Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFilterBox.TokenCriteria Property

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

#Declaration

Delphi
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