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

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.v18.2.Core.dll

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