Class GridColumnChooserSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GridColumnChooserSettingsBuilder
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.EJ2.dll
Syntax
public class GridColumnChooserSettingsBuilder : ControlBuilder
Constructors
GridColumnChooserSettingsBuilder()
Declaration
public GridColumnChooserSettingsBuilder()
GridColumnChooserSettingsBuilder(GridColumnChooserSettings)
Declaration
public GridColumnChooserSettingsBuilder(GridColumnChooserSettings model)
Parameters
Type | Name | Description |
---|---|---|
GridColumnChooserSettings | model |
Methods
EnableSearching(Boolean)
Enables or disables the search option in the column chooser.
Declaration
public GridColumnChooserSettingsBuilder EnableSearching(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
FooterTemplate(String)
Defines the custom footer elements for the column chooser footer template.
Declaration
public GridColumnChooserSettingsBuilder FooterTemplate(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
HeaderTemplate(String)
Defines the custom header elements for the column chooser header template.
Declaration
public GridColumnChooserSettingsBuilder HeaderTemplate(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
IgnoreAccent(Boolean)
If ignoreAccent set to true, then ignores the diacritic characters or accents while searching in column chooser dialog.
Declaration
public GridColumnChooserSettingsBuilder IgnoreAccent(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Operator(String)
Defines the search operator for column chooser.
Declaration
public GridColumnChooserSettingsBuilder Operator(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
RenderCustomColumnChooser(String)
Renders a custom component to replace or extend the default column chooser UI.
Declaration
public GridColumnChooserSettingsBuilder RenderCustomColumnChooser(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Template(String)
Defines the custom content elements for the column chooser content template.
Declaration
public GridColumnChooserSettingsBuilder Template(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |