FilterCriteriaDisplayStyle Enum
Enumerates display styles of filter criteria in a control’s Filter Panel, MRU Filter List, and Filter Editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Default
|
When a control’s Filter For the Report Designer and Dashboard Designer, the default display style is Visual. For other controls, the default display style is Visual starting from v21. |
Visual
|
Renders filter criteria in an easy-to-read format and uses skin-based colored highlights to differentiate between column names, functions, and values. In the Filter Panel, the ‘x’ button is displayed when you hover over a condition. This button allows users to remove individual conditions from the filter.
|
Text
|
Renders filter criteria in a text-based format.
|
#Related API Members
The following properties accept/return FilterCriteriaDisplayStyle values:
#Remarks
The static WindowsFormsSettings.FilterCriteriaDisplayStyle property specifies the default display style of filter criteria in all data-aware controls. To override this setting for the controls listed below, use the corresponding properties.
- Data Grid: ColumnViewOptionsView.FilterCriteriaDisplayStyle
- Tree List: TreeListOptionsView.FilterCriteriaDisplayStyle
- Vertical Grid: VGridOptionsView.FilterCriteriaDisplayStyle
- Pivot Grid: PivotGridOptionsView.FilterCriteriaDisplayStyle
- Report Designer: XRDesignMdiControllerDesignSettings.FilterCriteriaDisplayStyle
- Dashboard Designer: DashboardDesigner.FilterCriteriaDisplayStyle