Class GridColumnChooserSettings
Inheritance
Inherited Members
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.AspNetMvc.Grid.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 |
ImmediateModeDelay
Defines the delay in milliseconds for immediate mode operation.
Declaration
public double ImmediateModeDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is 0 |
Mode
Specifies the mode of the Column Chooser.
Default(default): Changes are staged and applied only when the user clicks OK.Immediate: Changes are applied immediately when a checkbox is toggled.
Declaration
public string Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is "Default" |
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 |