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

ColumnBase.AllowedUnaryFilters Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

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

Unary filters that the GridControl‘s column supports.

See Also