TimeSpanRange.IsValid Property
Returns whether the end value is larger than or equal to the start value.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also