Class KanbanSearchSettings
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 KanbanSearchSettings : EJTagHelper
Constructors
KanbanSearchSettings()
Declaration
public KanbanSearchSettings()
Properties
Fields
Gets or sets the kanban to search for the value in particular card data that is mentioned in the field.
Declaration
[JsonProperty("fields")]
public List<string> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The fields |
IgnoreCase
Gets or sets It enables or disables case sensitivity while searching the search key in kanban.
Declaration
[JsonProperty("ignoreCase")]
public bool IgnoreCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ignoreCase |
Key
Gets are sets the kanban to search particular data that is mentioned in the key.
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key |
Operator
Gets or sets specifies the kanban to search the cards based on operator..
Declaration
[JsonProperty("operator")]
public Operator Operator { get; set; }
Property Value
Type | Description |
---|---|
Operator | The operator |