Skip to main content

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

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

See Also