Class TreeGridFilterSettingsBuilder
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeGridFilterSettingsBuilder
Constructors
TreeGridFilterSettingsBuilder(TreeGridFilterSettings)
Initializes a new instance of the
Declaration
public TreeGridFilterSettingsBuilder(TreeGridFilterSettings filter)
Parameters
Type | Name | Description |
---|---|---|
TreeGridFilterSettings | filter |
Methods
EnableCaseSensitivity(Boolean)
It sets a value that indicates to perform the filter operation with case sensitive in excel styled filter menu mode
Declaration
public TreeGridFilterSettingsBuilder EnableCaseSensitivity(bool enableCaseSensitivity)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableCaseSensitivity | It accepts the boolean value and enables or disables the casesensitive |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
EnableComplexBlankFilter(Boolean)
It sets the value that indicates to perform the filter operation with empty, null and undefined values.
Declaration
public TreeGridFilterSettingsBuilder EnableComplexBlankFilter(bool enableComplexBlankFilter)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableComplexBlankFilter | It accepts the boolean value and enables or disables the filteroperation with empty,null or undefined values or else anyone of the mentioned values. |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
FilterBarMode(TreeGridFilterBarMode)
This specifies the tree grid to indicate filtering keypress action for a filter bar.
Declaration
public TreeGridFilterSettingsBuilder FilterBarMode(TreeGridFilterBarMode filterBarMode)
Parameters
Type | Name | Description |
---|---|---|
TreeGridFilterBarMode | filterBarMode | It displays the filtered records based on FilterMode options |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
FilteredColumns(Action<TreeGridFilteredColumnBuilder>)
t sets a value that indicates whether to define the filtered columns details programmatically at initial load
Declaration
public TreeGridFilterSettingsBuilder FilteredColumns(Action<TreeGridFilteredColumnBuilder> filteredColumns)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridFilteredColumnBuilder> | filteredColumns | It displays the list of filteredColumns through lambda expression |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
FilteredColumns(List<TreeGridFilteredColumn>)
t sets a value that indicates whether to define the filtered columns details programmatically at initial load
Declaration
public TreeGridFilterSettingsBuilder FilteredColumns(List<TreeGridFilteredColumn> filteredColumns)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeGridFilteredColumn> | filteredColumns | It displays the list of filtered columns |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
FilterHierarchyMode(TreeGridFilterHierarchyMode)
This specifies the tree grid to indicate filtering action for a filterHierarchyMode.
Declaration
public TreeGridFilterSettingsBuilder FilterHierarchyMode(TreeGridFilterHierarchyMode filterHierarchyMode)
Parameters
Type | Name | Description |
---|---|---|
TreeGridFilterHierarchyMode | filterHierarchyMode | It displays the filtered records based on filterHierarchyMode options |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
FilterType(TreeGridFilterType)
This specifies the tree grid to show the different types of filtering mode.
Declaration
public TreeGridFilterSettingsBuilder FilterType(TreeGridFilterType filterType)
Parameters
Type | Name | Description |
---|---|---|
TreeGridFilterType | filterType | It displays the filtered records based on FilterType options |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |
MaxFilterChoices(Int32)
It sets a value that indicates the maximum number of filter choices that can be showed in the excel styled filter menu.
Declaration
public TreeGridFilterSettingsBuilder MaxFilterChoices(int maxFilterChoices)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxFilterChoices | It accepts the integer value and displays the number of filterchoices that shown in excel filte |
Returns
Type | Description |
---|---|
TreeGridFilterSettingsBuilder | TreeGridFilterSettingsBuilder |