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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the AllDay property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also