wpf-devexpress-dot-xpf-dot-editors-dot-filtering-b0c2279a.md
Lists the possible group filters that the GridControl supports.
Namespace : DevExpress.Xpf.Editors.Filtering
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
[Flags]
public enum AllowedGroupFilters
<Flags>
Public Enum AllowedGroupFilters
| 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.
|
The following properties accept/return AllowedGroupFilters values:
This enumeration has the FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration is used by the DataViewBase.AllowedGroupFilters property.
See Also