Skip to main content

AppointmentFormControllerBase.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.UI

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public 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.

#Examples

This example demonstrates how to bind the CheckEdit control on the custom Edit Appointment form to the appointment subject via the AppointmentFormControllerBase.AllDay property.

See Also