Back to Devexpress

AllowDisplayAppointmentForm Enum

corelibraries-devexpress-dot-xtrascheduler-bfbc14d6.md

latest1.7 KB
Original Source

AllowDisplayAppointmentForm Enum

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AllowDisplayAppointmentForm
vb
Public Enum AllowDisplayAppointmentForm

Members

NameDescription
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.

|

The following properties accept/return AllowDisplayAppointmentForm values:

Remarks

The values listed by the AllowDisplayAppointmentForm enumeration are used to set the SchedulerOptionsCustomization.AllowDisplayAppointmentForm property.

See Also

DevExpress.XtraScheduler Namespace