Class MobileFilterSettings<T>
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.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileFilterSettings<T> : FilterOptionsBase<T> where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
MobileFilterSettings()
Declaration
public MobileFilterSettings()
Properties
FilteredColumns
Get filtered columns details programmatically after filtering.
Declaration
[JsonProperty("filteredColumns")]
public List<FilteredColumn> FilteredColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FilteredColumn> | The filtered columns. |
Interval
Specifies the filter interval (in milliseconds) when filterbar mode is set to Immediate.
Declaration
[JsonProperty("interval")]
public int Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The interval. |
IsCaseSensitive
Gets or sets a value indicating whether this instance is case sensitive.
Declaration
[JsonProperty("isCaseSensitive")]
public bool IsCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|