Class GridColumnChooserSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GridColumnChooserSettings
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.EJ2.dll
Syntax
public class GridColumnChooserSettings : EJTagHelper
Constructors
GridColumnChooserSettings()
Declaration
public GridColumnChooserSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
IgnoreAccent
If ignoreAccent set to true, then ignores the diacritic characters or accents while searching in column chooser dialog.
Declaration
public bool IgnoreAccent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Operator
Defines the search operator for Column Chooser.
Declaration
public string Operator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "startsWith" |