Skip to main content
All docs
V23.2

UniqueValuesArgs.RoundDateTime Property

Gets whether to ignore time values when you filter by DateTime values.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool RoundDateTime { get; }

Property Value

Type Description
Boolean

true to ignore time values; otherwise, false.

See Also