AllowedGroupFilters Enum
In This Article
Lists the possible group filters that the GridControl supports.
Namespace: DevExpress.Xpf.Editors.Filtering
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
There are no allowed filters. |
And
|
Specifies the And group filter. |
Or
|
Specifies the Or group filter. |
Not
|
Specifies the Not And group filter. |
Not
|
Specifies the Not Or group criteria. |
All
|
All filters are allowed. |
#Related API Members
The following properties accept/return AllowedGroupFilters values:
#Remarks
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