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

CustomUniqueValuesEventArgs.RoundDateTime Property

Gets whether to ignore time values when you use the drop-down filter to filter by DateTime values.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public bool RoundDateTime { get; }

Property Value

Type Description
Boolean

true if time values are ignored; otherwise, false.

See Also