Skip to main content

IFilterItem Properties

An object defining properties for the IFilterItem 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