Class GridColumnChooserSettings
Inheritance
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> |
EnableSearching
Enables or disables the search option in the column chooser.
Declaration
public bool EnableSearching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
FooterTemplate
Defines the custom footer elements for the column chooser footer template.
Declaration
public string FooterTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
HeaderTemplate
Defines the custom header elements for the column chooser header template.
Declaration
public string HeaderTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
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" |
RenderCustomColumnChooser
Renders a custom component to replace or extend the default column chooser UI.
Declaration
public string RenderCustomColumnChooser { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Template
Defines the custom content elements for the column chooser content template.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |