ExcelStyleFilterElement.AllowedFilterTypes Property
Gets or sets the allowed tabs displayed within the Excel-style filter element.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| AllowedExcelStyleFilterTypes | The allowed tabs displayed within the Excel-style filter element. |
Available values:
| Name | Description |
|---|---|
| None | None of the tabs are displayed. |
| Rules | Rules tab is displayed. |
| Values | Values tab is displayed. |
| All | All tabs are displayed. |
See Also