TcxControlOptionsFilterBox.TokenCriteria Property
Provides access to the settings of the token filter criteria display style.
Declaration
property TokenCriteria: TcxControlOptionsFilterBoxTokenCriteria read; write;
Property Value
Type | Description |
---|---|
TcxControlOptionsFilterBoxTokenCriteria | Stores token filter criteria style settings. |
Remarks
Set the TokenCriteria.ItemRemoval property to False to forbid end users to remove criteria tokens and token groups from the filter panel.
Note
The TokenCriteria property value is ignored if the text filter criteria display style is active.
See Also