TcxFilterValueItem.Kind Property
Returns the filter item’s type.
Declaration
property Kind: TcxFilterValueItemKind read;
Property Value
Type | Description |
---|---|
TcxFilterValueItemKind | The filter item type. |
Remarks
The Kind
property value is defined when a TcxFilterValueList.Add method call creates a filter item. Refer to the TcxFilterValueItemKind type description for detailed information on available filter item types.
See Also