Skip to main content

TimeSpanRange.IsValid Property

Gets whether the end value is greater than or equal to the start value.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

#Declaration

public bool IsValid { get; }

#Property Value

Type Description
Boolean

true if the end value is greater than or equal to the start value; otherwise, false.

See Also