AllowDisplayAppointmentForm Enum
Lists the values used to specify whether the Edit Appointment form can be displayed or not.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Members
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. |
Related API Members
The following properties accept/return AllowDisplayAppointmentForm values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | SchedulerOptionsCustomization.AllowDisplayAppointmentForm |
WPF Controls | OptionsCustomization.AllowDisplayAppointmentForm |
Remarks
The values listed by the AllowDisplayAppointmentForm enumeration are used to set the SchedulerOptionsCustomization.AllowDisplayAppointmentForm property.