Class GanttSearchSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttSearchSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.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
| Type |
|---|
| GanttSearchSettingsBuilder |
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
| Type |
|---|
| GanttSearchSettingsBuilder |
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
| Type |
|---|
| GanttSearchSettingsBuilder |
Key(String)
A key word for searching the Gantt content.
Declaration
public GanttSearchSettingsBuilder Key(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| GanttSearchSettingsBuilder |
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 |
Returns
| Type |
|---|
| GanttSearchSettingsBuilder |