AppointmentItem.LongerThanADay Property
In This Article
Gets whether the appointment’s length is equal to or greater than one day.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the appointment lasts one day or more; otherwise, false. |
See Also