Skip to main content
A newer version of this page is available. .

AllowDisplayAppointmentForm Enum

Lists the values used to specify whether the Edit Appointment form can be displayed or not.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public enum AllowDisplayAppointmentForm

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.

See Also