Back to Devexpress

AppointmentItem.LongerThanADay Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-3422ae11.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool LongerThanADay { get; }
vb
Public ReadOnly Property LongerThanADay As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SameDay

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace