Skip to main content
A newer version of this page is available. .

AllowedGroupFilters Enum

Lists the possible group filters that the GridControl supports.

Namespace: DevExpress.Xpf.Editors.Filtering

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Flags]
public enum AllowedGroupFilters

Members

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.

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