Skip to main content

AppointmentItem.LongerThanADay Property

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool LongerThanADay { get; }

Property Value

Type Description
Boolean

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

See Also