Back to Devexpress

AllowDisplayAppointmentDependencyForm Enum

corelibraries-devexpress-dot-xtrascheduler-c992fd8a.md

latest1.8 KB
Original Source

AllowDisplayAppointmentDependencyForm Enum

Lists the values used to specify whether the Appointment Dependency dialog 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 AllowDisplayAppointmentDependencyForm
vb
Public Enum AllowDisplayAppointmentDependencyForm

Members

NameDescription
Auto

Internal Scheduler logic dictates whether the Appointment Dependency dialog can be shown.

| | Never |

Appointment Dependency dialog is never shown.

| | Always |

Appointment Dependency dialog is always shown when standard actions are performed to invoke it.

|

The following properties accept/return AllowDisplayAppointmentDependencyForm values:

Remarks

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

See Also

DevExpress.XtraScheduler Namespace