AllowDisplayAppointmentForm Enum
Lists the values used to specify whether the Edit Appointment form can be displayed or not.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#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. |
#Passed To
You can pass AllowDisplayAppointmentForm values to the OptionsCustomization.AllowDisplayAppointmentForm property.
#Remarks
The values listed by the AllowDisplayAppointmentForm enumeration are used to set the OptionsCustomization.AllowDisplayAppointmentForm property.