SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm Property
Gets or sets whether a user can invoke the Appointment Dependency dialog.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[DefaultValue(AllowDisplayAppointmentDependencyForm.Auto)]
public AllowDisplayAppointmentDependencyForm AllowDisplayAppointmentDependencyForm { get; set; }
Property Value
| 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. |
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to AllowDisplayAppointmentDependencyForm |
|---|---|---|
| WinForms Controls | SchedulerControl |
|
| ASP.NET Bootstrap Controls | BootstrapScheduler |
|
| XAF: Cross-Platform .NET App UI & Web API | ASPxSchedulerListEditor |
|
| ASP.NET MVC Extensions | SchedulerSettings |
|
| ASP.NET Web Forms Controls | ASPxScheduler |
|
Remarks
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.