TcxFilterCriteriaDisplayStyle Enum
Enumerates different filter criteria display styles.
Declaration
TcxFilterCriteriaDisplayStyle = (
fcdsDefault,
fcdsText,
fcdsTokens
);
Members
Name | Description |
---|---|
fcdsDefault
|
The active filter criteria display style depends on the dxFilterCriteriaDisplayStyle global constant value. |
fcdsText
|
All operands are displayed as text. Each condition is enclosed in round brackets when displayed on a filter panel. |
fcdsTokens
|
All operands are displayed as colored tokens. A filter panel displays simple conditions as token groups in square brackets. |
Remarks
Options include:
Value | Description | Example |
---|---|---|
fcdsDefault | The dxFilterCriteriaDisplayStyle global constant determines the active filter criteria display style. | |
fcdsText | All constants, operators, and data fields are displayed as text in filter panels and Filter Builder dialogs. A filter panel displays each condition in round brackets. | |
fcdsTokens | All operands are displayed as colored tokens. A filter panel can group simple conditions joined by a logical operator. Each token group is enclosed in square brackets. |
The following public API members reference the TcxFilterCriteriaDisplayStyle type:
A container control’s FilterBox.CriteriaDisplayStyle property.
A grid View‘s FilterBox.CriteriaDisplayStyle property in the TcxGrid control.
A filter control‘s CriteriaDisplayStyle property.