Class KanbanFilterSetting
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 KanbanFilterSetting : EJTagHelper
Constructors
KanbanFilterSetting()
Declaration
public KanbanFilterSetting()
Properties
Description
Gets or sets the tooltip of filter buttons .
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description |
Query
Gets or sets an object that Queries to perform filtering.
Declaration
[JsonProperty("query")]
[JsonConverter(typeof(QueryConverter))]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | The query |
Text
Gets or sets the text of filter buttons .
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text |