Skip to main content

AppointmentItem.LongerThanADay Property

Gets whether the appointment’s length is equal to or greater than one day.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool LongerThanADay { get; }

Property Value

Type Description
Boolean

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

See Also