Skip to main content

AppointmentModificationControllerBase.AllDay Property

Gets or sets a value indicating if the appointment currently being edited in the form is an All-day appointment.

Namespace: DevExpress.XtraScheduler.Native

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual bool AllDay { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Use the AllDay property to get or set whether the appointment currently being edited in the custom Edit Appointment form is an all day appointment.

See Also