DecimalArrayFilterItem Properties
An object defining properties for the DecimalArrayFilterItem 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
The type of filtering applied.
ItemType
The type of the filter item.
Type: FilterItemType
Accepted Values:
Name Value String 1 Int16 2 Int32 3 Int64 4 DateTime 5 DateTimeOffset 6 Boolean 7 Double 8 Float 9 Decimal 10 MultiLanguage 11 StringArray 12 Int16Array 13 Int32Array 14 Int64Array 15 DateTimeArray 16 DateTimeOffsetArray 17 DoubleArray 18 FloatArray 19 DecimalArray 20