Class TreeGridColumnChooserSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeGridColumnChooserSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridColumnChooserSettingsBuilder : ControlBuilder
Constructors
TreeGridColumnChooserSettingsBuilder()
Declaration
public TreeGridColumnChooserSettingsBuilder()
TreeGridColumnChooserSettingsBuilder(TreeGridColumnChooserSettings)
Declaration
public TreeGridColumnChooserSettingsBuilder(TreeGridColumnChooserSettings model)
Parameters
Methods
EnableSearching(Boolean)
Enables or disables the search option in the column chooser.
Declaration
public TreeGridColumnChooserSettingsBuilder EnableSearching(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Defines the custom footer elements for the column chooser footer template.
Declaration
public TreeGridColumnChooserSettingsBuilder 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 TreeGridColumnChooserSettingsBuilder 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 TreeGridColumnChooserSettingsBuilder IgnoreAccent(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Operator(String)
Defines the search operator for column chooser.
Declaration
public TreeGridColumnChooserSettingsBuilder 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 TreeGridColumnChooserSettingsBuilder 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 TreeGridColumnChooserSettingsBuilder Template(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns