Class TreeGridSearchSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeGridSearchSettingsBuilder
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridSearchSettingsBuilder : ControlBuilder
Constructors
TreeGridSearchSettingsBuilder()
Declaration
public TreeGridSearchSettingsBuilder()
TreeGridSearchSettingsBuilder(TreeGridSearchSettings)
Declaration
public TreeGridSearchSettingsBuilder(TreeGridSearchSettings model)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSearchSettings | model |
Methods
Fields(String[])
Specifies the columns to be searched at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.
Declaration
public TreeGridSearchSettingsBuilder Fields(string[] value)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | value |
Returns
HierarchyMode(FilterHierarchyMode)
Defines the search hierarchy modes. The available options are,
Declaration
public TreeGridSearchSettingsBuilder HierarchyMode(FilterHierarchyMode value)
Parameters
Type | Name | Description |
---|---|---|
FilterHierarchyMode | value |
Returns
IgnoreCase(Boolean)
If ignoreCase set to true, then search ignores the diacritic characters or accents while filtering.
Declaration
public TreeGridSearchSettingsBuilder IgnoreCase(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Key(String)
A key word for searching the TreeGrid content.
Declaration
public TreeGridSearchSettingsBuilder Key(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Operator(String)
Defines the operator to search records. The available operators are:
Declaration
public TreeGridSearchSettingsBuilder Operator(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |