Skip to main content

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:

NameValue
Equal1
Greater2
GreaterOrEqual3
Less4
LessOrEqual5
Contain6
StartsWith7
EndsWith8
In9

Value

Contains the value of the field, with the type specified by T.

Type: T