AppointmentItem.LongerThanADay Property
In This Article
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
C#
public bool LongerThanADay { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also