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.CriteriaDisplayStyle Property

Specifies the active filter criteria display style.

#Declaration

Delphi
property CriteriaDisplayStyle: TcxFilterCriteriaDisplayStyle read; write; default fcdsDefault;

#Property Value

Type Default Description
TcxFilterCriteriaDisplayStyle fcdsDefault

Enumerates different filter criteria display styles.

#Remarks

Use this property to switch between text and token filter criteria display styles. The [dxFilterCriteriaDisplayStyle] global constant defines the active filter criteria display style if the CriteriaDisplayStyle property is set to fcdsDefault. Refer to the TcxFilterCriteriaDisplayStyle type description for additional information.

The CriteriaDisplayStyle property’s default value is fcdsDefault.

See Also