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

dxFilterCriteriaDisplayStyle Constant

Specifies the default filter criteria display style for filter and container controls.

#Declaration

Delphi
const dxFilterCriteriaDisplayStyle: TcxFilterCriteriaDisplayStyle = fcdsText;

#Returns

Type Description
TcxFilterCriteriaDisplayStyle

Enumerates different filter criteria display styles.

#Remarks

This global constant determines the active filter criteria display style for the corresponding control when one of the following properties is set to fcdsDefault:

See Also