corelibraries-devexpress-dot-xtrascheduler-dot-scheduleroptionscustomization-e034aa92.md
Gets or sets whether a user can invoke the Appointment Dependency dialog.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
[DefaultValue(AllowDisplayAppointmentDependencyForm.Auto)]
public AllowDisplayAppointmentDependencyForm AllowDisplayAppointmentDependencyForm { get; set; }
<DefaultValue(AllowDisplayAppointmentDependencyForm.Auto)>
Public Property AllowDisplayAppointmentDependencyForm As AllowDisplayAppointmentDependencyForm
| Type | Default | Description |
|---|---|---|
| AllowDisplayAppointmentDependencyForm | Auto |
An AllowDisplayAppointmentDependencyForm enumeration member.
|
Available values:
| 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.
|
You can access this nested property as listed below:
| Library | Object Type | Path to AllowDisplayAppointmentDependencyForm |
|---|---|---|
| WinForms Controls | SchedulerControl |
.OptionsCustomization .AllowDisplayAppointmentDependencyForm
| | ASP.NET Bootstrap Controls | BootstrapScheduler |
.OptionsEditing .AllowDisplayAppointmentDependencyForm
| | ASP.NET MVC Extensions | SchedulerSettings |
.OptionsCustomization .AllowDisplayAppointmentDependencyForm
| | ASP.NET Web Forms Controls | ASPxScheduler |
.OptionsCustomization .AllowDisplayAppointmentDependencyForm
|
Use this option to prevent the Appointment Dependency dialog from being invoked when an existing dependency is double-clicked by an end-user. To do this, set the AllowDisplayAppointmentDependencyForm property to AllowDisplayAppointmentDependencyForm.Never.
See Also
SchedulerOptionsCustomization Class