Skip to main content

ColumnBase.AllowedAnyOfFilters Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public AllowedAnyOfFilters? AllowedAnyOfFilters { get; set; }

Property Value

Type Description
Nullable<DevExpress.WinUI.Grid.Internal.AllowedAnyOfFilters>

Any of filters that the GridControl‘s column supports.

See Also