Class GanttFilterSettings
Inheritance
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttFilterSettings : EJTagHelper
Constructors
GanttFilterSettings()
Declaration
public GanttFilterSettings()
Properties
Columns
Specifies the columns to be filtered at initial rendering of the Gantt. You can also get the columns that were currently filtered.
Declaration
public object Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
HierarchyMode
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 FilterHierarchyMode HierarchyMode { get; set; }
Property Value
Type | Description |
---|---|
FilterHierarchyMode | The default value is FilterHierarchyMode.Parent |
IgnoreAccent
If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.
Declaration
public bool IgnoreAccent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Operators
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 object Operators { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Type
Defines filter type of Gantt.
Menu
- Enables menu filters in Grid.
Declaration
public FilterType Type { get; set; }
Property Value
Type | Description |
---|---|
FilterType | The default value is FilterType.Menu |