corelibraries-devexpress-dot-xtrascheduler-c992fd8a.md
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
public enum AllowDisplayAppointmentDependencyForm
Public Enum AllowDisplayAppointmentDependencyForm
| Name | Description |
|---|---|
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:
The values listed by the AllowDisplayAppointmentDependencyForm enumeration are used to set the SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm property.
See Also