Skip to main content

AppointmentItem.LongerThanADay Property

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

public bool LongerThanADay { get; }

#Property Value

Type Description
Boolean

true, if the appointment lasts one day or more; otherwise, false.

See Also