Class TreeGridSearchSettings
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 TreeGridSearchSettings : EJTagHelper
Constructors
TreeGridSearchSettings()
Declaration
public TreeGridSearchSettings()
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 TreeGridSearchOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
TreeGridSearchOperator |
SearchHierarchyMode
Declaration
[JsonProperty("searchHierarchyMode")]
[JsonConverter(typeof(StringEnumConverter))]
public TreeGridSearchHierarchyMode SearchHierarchyMode { get; set; }
Property Value
Type | Description |
---|---|
TreeGridSearchHierarchyMode |