Skip to main content

ColumnBase.AllowedBetweenFilters Property

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

Property Value

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

Between filters that the GridControl‘s column supports.

See Also