Back to Devexpress

AppointmentItem.AllDay Property

maui-devexpress-dot-maui-dot-scheduler-dot-appointmentitem-c55744be.md

latest860 B
Original Source

AppointmentItem.AllDay Property

Gets or sets whether the appointment lasts the entire day (or several days).

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public bool AllDay { get; set; }

Property Value

TypeDescription
Boolean

true if the appointment is an all-day event; otherwise, false.

|

See Also

AppointmentItem Class

AppointmentItem Members

DevExpress.Maui.Scheduler Namespace