Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AllowedGroupFilters Enum

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

[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