Skip to main content
A newer version of this page is available. .

TcxGridFilterBox.TokenCriteria Property

Provides access to the settings of the token filter criteria display style.

Declaration

property TokenCriteria: TcxGridFilterBoxTokenCriteriaOptions read; write;

Property Value

Type Description
TcxGridFilterBoxTokenCriteriaOptions

Stores token filter criteria style settings.

Remarks

Set the TokenCriteria.ItemRemoval property to False to forbid end users from removing criteria tokens and token groups in the filter box.

Note

The TokenCriteria property value is ignored if the text filter criteria display style is active.

See Also