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

AllowDisplayAppointmentDependencyForm Enum

Lists the values used to specify whether the Appointment Dependency dialog can be displayed or not.

Namespace: DevExpress.XtraScheduler

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

Declaration

public enum AllowDisplayAppointmentDependencyForm

Members

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.

Related API Members

The following properties accept/return AllowDisplayAppointmentDependencyForm values:

Remarks

The values listed by the AllowDisplayAppointmentDependencyForm enumeration are used to set the SchedulerOptionsCustomization.AllowDisplayAppointmentDependencyForm property.

See Also