Class FilterBarTemplate
Gets or sets a template that displays a custom filter used to filter the column values.
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 FilterBarTemplate : EJTagHelper
Constructors
FilterBarTemplate()
Declaration
public FilterBarTemplate()
Properties
Clear
Gets or sets a value that indicates whether to clear the filterbar template in the field.
Declaration
[JsonProperty("clear")]
public string Clear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Create
Gets or sets a value that indicates whether to create the filterbar template in the field.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Read
Gets or sets a value that indicates whether to read the filterbar template in the field.
Declaration
[JsonProperty("read")]
public string Read { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Write
Gets or sets a value that indicates whether to write the filterbar template in the field.
Declaration
[JsonProperty("write")]
public string Write { get; set; }
Property Value
Type | Description |
---|---|
System.String |