Class GanttSearchSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttSearchSettingsBuilder
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttSearchSettingsBuilder : ControlBuilder
Constructors
GanttSearchSettingsBuilder()
Declaration
public GanttSearchSettingsBuilder()
GanttSearchSettingsBuilder(GanttSearchSettings)
Declaration
public GanttSearchSettingsBuilder(GanttSearchSettings model)
Parameters
Type | Name | Description |
---|---|---|
GanttSearchSettings | model |
Methods
Fields(String[])
Specifies the columns to be searched at initial rendering of the Gantt. You can also get the columns that were currently filtered.
Declaration
public GanttSearchSettingsBuilder Fields(string[] value)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | value |
Returns
HierarchyMode(SearchHierarchyMode)
Defines the search types. The available options are,
Parent
: Shows the searched record with parent record.
Child
: Shows the searched record with child record.
Both
: shows the searched record with both parent and child record.
None
: Shows only searched record.
Declaration
public GanttSearchSettingsBuilder HierarchyMode(SearchHierarchyMode value)
Parameters
Type | Name | Description |
---|---|---|
SearchHierarchyMode | value |
Returns
IgnoreCase(Boolean)
If ignoreCase
set to true, then search ignores the diacritic characters or accents while filtering.
Declaration
public GanttSearchSettingsBuilder IgnoreCase(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Key(String)
A key word for searching the Gantt content.
Declaration
public GanttSearchSettingsBuilder 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 GanttSearchSettingsBuilder Operator(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |