Skip to main content
A newer version of this page is available. .

SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm Property

Gets or sets the option specifying whether the Appointment Dependency dialog can be invoked.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(AllowDisplayAppointmentDependencyForm.Auto)]
[XtraSerializableProperty]
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
.OptionsCustomization.AllowDisplayAppointmentDependencyForm
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsCustomization.AllowDisplayAppointmentDependencyForm
MVCxScheduler
.OptionsCustomization.AllowDisplayAppointmentDependencyForm
SchedulerSettings
.OptionsCustomization.AllowDisplayAppointmentDependencyForm
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsEditing.OptionsCustomization.AllowDisplayAppointmentDependencyForm
eXpressApp Framework SchedulerListEditorBase
.OptionsCustomization.AllowDisplayAppointmentDependencyForm
ASPxSchedulerListEditor
.OptionsCustomization.AllowDisplayAppointmentDependencyForm
SchedulerListEditor
.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