Skip to main content
A newer version of this page is available. .

_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.v19.1.Core.dll

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