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

ColumnBase.AllowedAnyOfFilters Property

Gets or sets any of filters that the GridControl‘s column supports.

Namespace: DevExpress.Xpf.Grid

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

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

Declaration

public AllowedAnyOfFilters? AllowedAnyOfFilters { get; set; }

Property Value

Type Description
Nullable<AllowedAnyOfFilters>

AllowedAnyOfFilters

Available values:

Name Description
None

There are no allowed filters.

AnyOf

Specifies the Any Of filter criteria.

NoneOf

Specifies the None Of filter criteria.

All

All filters are allowed.

See Also