Skip to main content

AppointmentItem.AllDay Property

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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public bool AllDay { get; set; }

#Property Value

Type Description
Boolean

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

See Also