IFilterItemlt;Tgt; Properties
An object defining properties for the IFilterItemlt;Tgt; class.
Not
Indicates whether the filter condition should be negated.
Type: bool
Column
The name of the column to be filtered.
Type: string
Type
The type of filtering applied.
Type: FilterType
Accepted Values:
Name Value Equal 1 Greater 2 GreaterOrEqual 3 Less 4 LessOrEqual 5 Contain 6 StartsWith 7 EndsWith 8 In 9
Value
Contains the value of the field, with the type specified by T
.
Type: T