AppointmentItem.LongerThanADay Property
Returns whether the appointment’s duration is equal to or greater than one day.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public bool LongerThanADay { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also