Skip to main content

ColumnBase.AllowedUnaryFilters Property

Gets or sets unary 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 AllowedUnaryFilters? AllowedUnaryFilters { get; set; }

Property Value

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

Unary filters that the GridControl‘s column supports.

See Also