Back to Devexpress

AllowedGroupFilters Enum

wpf-devexpress-dot-xpf-dot-editors-dot-filtering-b0c2279a.md

latest1.6 KB
Original Source

AllowedGroupFilters Enum

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

Declaration

csharp
[Flags]
public enum AllowedGroupFilters
vb
<Flags>
Public Enum AllowedGroupFilters

Members

NameDescription
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:

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

DevExpress.Xpf.Editors.Filtering Namespace