Skip to main content

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

public AllowDisplayAppointmentForm AllowDisplayAppointmentForm { get; set; }

#Property Value

Type Description
AllowDisplayAppointmentForm

A AllowDisplayAppointmentForm enumeration member.

#Property Paths

You can access the OptionsCustomization.AllowDisplayAppointmentForm property from the following objects:

Object Type Path to AllowDisplayAppointmentForm
SchedulerControl
.OptionsCustomization.AllowDisplayAppointmentForm

#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 AllowDisplayAppointmentForm property is set to Never, an end-user may invoke the Edit Appointment dialog by double-clicking an empty time cell to create a new appointment.

To see an example of using the OptionsCustomization.Allow* properties and handling the SchedulerControl.Allow* events, refer to How to: Set End-User Restrictions.

See Also