Skip to main content

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.v23.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