ExcelStyleFilterModel.DefaultFilterType Property
Gets or sets the default tab displayed within the Excel-style filter element.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ExcelStyleFilterType | The default tab displayed within the Excel-style filter element. |
Available values:
| Name | Description |
|---|---|
| Rules | The Rules tab within the Excel-style filter element. |
| Values | The Values tab within the Excel-style filter element. |
See Also