OptionsCustomization.AllowDisplayAppointmentForm Property
Gets or sets the option specifying whether the Edit Appointment form can be invoked.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Allow |
A Allow |
#Property Paths
You can access the OptionsCustomization.AllowDisplayAppointmentForm property from the following objects:
Object Type | Path to Allow |
---|---|
Scheduler |
|
#Remarks
Use the AllowDisplayAppointmentForm property to specify whether the Edit Appointment dialog should be invoked when an end-user double-clicks an existing appointment. To prevent end-users from editing existing appointments via this dialog, set the AllowDisplayAppointmentForm property value to AllowDisplayAppointmentForm.Never.
NOTE
Note that even if the Allow
To see an example of using the OptionsCustomization.Allow* properties and handling the SchedulerControl.Allow* events, refer to How to: Set End-User Restrictions.