Back to Devexpress

SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm Property

corelibraries-devexpress-dot-xtrascheduler-dot-scheduleroptionscustomization-e034aa92.md

latest3.5 KB
Original Source

SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm Property

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

Declaration

csharp
[DefaultValue(AllowDisplayAppointmentDependencyForm.Auto)]
public AllowDisplayAppointmentDependencyForm AllowDisplayAppointmentDependencyForm { get; set; }
vb
<DefaultValue(AllowDisplayAppointmentDependencyForm.Auto)>
Public Property AllowDisplayAppointmentDependencyForm As AllowDisplayAppointmentDependencyForm

Property Value

TypeDefaultDescription
AllowDisplayAppointmentDependencyFormAuto

An AllowDisplayAppointmentDependencyForm enumeration member.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AllowDisplayAppointmentDependencyForm
WinForms ControlsSchedulerControl

.OptionsCustomization .AllowDisplayAppointmentDependencyForm

| | ASP.NET Bootstrap Controls | BootstrapScheduler |

.OptionsEditing .AllowDisplayAppointmentDependencyForm

| | ASP.NET MVC Extensions | SchedulerSettings |

.OptionsCustomization .AllowDisplayAppointmentDependencyForm

| | ASP.NET Web Forms Controls | ASPxScheduler |

.OptionsCustomization .AllowDisplayAppointmentDependencyForm

|

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.

See Also

SchedulerOptionsCustomization Class

SchedulerOptionsCustomization Members

DevExpress.XtraScheduler Namespace