Skip to main content

SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm Property

Gets or sets whether a user can invoke the Appointment Dependency dialog.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.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
.OptionsCustomization .AllowDisplayAppointmentDependencyForm
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsEditing .AllowDisplayAppointmentDependencyForm
XAF: Cross-Platform .NET App UI & Web API ASPxSchedulerListEditor
.OptionsCustomization .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