FilterPanelColorMode Enum
Lists color modes for Filter Panel elements.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v26.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
| Name | Description |
|---|---|
Default
|
Applies active theme brushes to all Filter Panel elements. You can override these brushes with background and foreground properties for individual elements. |
Plain
|
Applies the transparent background to all Filter Panel elements and ignores background-specific properties. You can specify foreground brushes for individual elements. |
Related API Members
The following properties accept/return FilterPanelColorMode values:
Remarks
Default Color Mode
In Default mode, the Filter Panel applies active theme brushes to all elements. You can override these brushes with background and foreground properties for individual elements.

Plain Color Mode
In Plain mode, the Filter Panel applies the Transparent background to all elements and ignores background-specific properties. You can specify foreground brushes for individual elements.
