Skip to main content

ColumnBase.AllowedDateTimeFilters Property

Gets or sets date-time 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 AllowedDateTimeFilters? AllowedDateTimeFilters { get; set; }

Property Value

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

Date-time filters that the GridControl‘s column supports.

See Also