FilterControl.AllowedGroupFilters Property
Gets or sets possible group filters that the FilterControl supports.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| AllowedGroupFilters |
Available values:
| Name | Description |
|---|---|
| None | There are no allowed filters. |
| And | Specifies the And group filter. |
| Or | Specifies the Or group filter. |
| NotAnd | Specifies the Not And group filter. |
| NotOr | Specifies the Not Or group criteria. |
| All | All filters are allowed. |
See Also