Skip to main content

_AppointmentItem.AllDayEvent Property

Gets or sets whether this appointment is an all-day or multiple-day event.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

bool AllDayEvent { get; set; }

Property Value

Type Description
Boolean

true if an appointment takes up one or more entire days; otherwise, false.

See Also