Class FilterCollectionModel
Inheritance
System.Object
FilterCollectionModel
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class FilterCollectionModel : Object
Constructors
FilterCollectionModel()
Declaration
public FilterCollectionModel()
Properties
column
Specifies the filtered column collection.
Declaration
public List<int> column { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Int32> |
criteria
Specifies the condition for column filtering.
Declaration
public List<string> criteria { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
dataType
Specifies the data type of column filtering.
Declaration
public List<string> dataType { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
filterRange
Specifies the range for the filter.
Declaration
public string filterRange { get; set; }
Property Value
Type |
---|
System.String |
hasFilter
Specifies the sheet has filter or not.
Declaration
public bool hasFilter { get; set; }
Property Value
Type |
---|
System.Boolean |
predicates
Specifies the data type of column filtering.
Declaration
public List<string> predicates { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
sheetIndex
Specifies the sheet index.
Declaration
public int sheetIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
value
Specifies the value for column filtering.
Declaration
public List<object> value { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Object> |