Class GanttSearchSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GanttSearchSettings : EJTagHelper
Constructors
GanttSearchSettings()
Declaration
public GanttSearchSettings()
Properties
Fields
Declaration
[JsonProperty("fields")]
public List<string> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
IgnoreCase
Declaration
[JsonProperty("ignoreCase")]
public bool IgnoreCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operator
Declaration
[JsonProperty("operator")]
[JsonConverter(typeof(StringEnumConverter))]
public SearchOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
SearchOperator |
SearchHierarchyMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("searchHierarchyMode")]
public GanttSearchHierarchyMode SearchHierarchyMode { get; set; }
Property Value
Type | Description |
---|---|
GanttSearchHierarchyMode |