TcxCustomFilterControl.CriteriaDisplayStyle Property
Specifies the active filter criteria display style.
Declaration
property CriteriaDisplayStyle: TcxFilterCriteriaDisplayStyle read; write; default fcdsDefault;
Property Value
Type | Default |
---|---|
TcxFilterCriteriaDisplayStyle | fcdsDefault |
Remarks
Use this property to switch between filter criteria display styles. Refer to the TcxFilterCriteriaDisplayStyle type description for detailed information on available styles.
The CriteriaDisplayStyle property’s default value is fcdsDefault.
See Also