corelibraries-devexpress-dot-xtrascheduler-bfbc14d6.md
Lists the values used to specify whether the Edit Appointment form can be displayed or not.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum AllowDisplayAppointmentForm
Public Enum AllowDisplayAppointmentForm
| Name | Description |
|---|---|
Auto |
The Edit Appointment form can be displayed only for editable appointments.
|
| Never |
The Edit Appointment form can not be displayed for any appointments.
|
| Always |
The Edit Appointment form can be displayed both for editable and read-only appointments. Note that when this form is shown for read-only appointments, all its editors are disabled.
|
The following properties accept/return AllowDisplayAppointmentForm values:
The values listed by the AllowDisplayAppointmentForm enumeration are used to set the SchedulerOptionsCustomization.AllowDisplayAppointmentForm property.
See Also