Class GanttFilterSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttFilterSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttFilterSettingsBuilder : ControlBuilder
Constructors
GanttFilterSettingsBuilder()
Declaration
public GanttFilterSettingsBuilder()
GanttFilterSettingsBuilder(GanttFilterSettings)
Declaration
public GanttFilterSettingsBuilder(GanttFilterSettings model)
Parameters
Methods
Columns(Object)
Specifies the columns to be filtered at initial rendering of the Gantt.
You can also get the columns that were currently filtered.
Declaration
public GanttFilterSettingsBuilder Columns(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
HierarchyMode(FilterHierarchyMode)
Defines the filter types. The available options are,
Parent
: Shows the filtered record with parent record.
Child
: Shows the filtered record with child record.
Both
: shows the filtered record with both parent and child record.
None
: Shows only filtered record.
Declaration
public GanttFilterSettingsBuilder HierarchyMode(FilterHierarchyMode value)
Parameters
Returns
IgnoreAccent(Boolean)
If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.
Declaration
public GanttFilterSettingsBuilder IgnoreAccent(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Operators(Object)
The operators
is used to override the default operators in filter menu. This should be defined by type wise
(string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.
Declaration
public GanttFilterSettingsBuilder Operators(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type(FilterType)
Defines filter type of Gantt.
Menu
- Enables menu filters in Grid.
Declaration
public GanttFilterSettingsBuilder Type(FilterType value)
Parameters
Returns