Skip to main content

ColumnBase.RoundDateTimeForColumnFilter Property

Gets or sets whether to ignore time values when you use the drop-down filter to filter by DateTime values. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true)]
public bool RoundDateTimeForColumnFilter { get; set; }

Property Value

Type Description
Boolean

true to ignore time values; otherwise, false.

See Also