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

DataViewBase.AllowedGroupFilters Property

Gets or sets possible group filters that the GridControl supports.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public AllowedGroupFilters? AllowedGroupFilters { get; set; }

Property Value

Type Description
Nullable<AllowedGroupFilters>

AllowedGroupFilters

Available values:

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.

See Also