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