AllowDisplayAppointmentDependencyForm Enum
Lists the values used to specify whether the Appointment Dependency dialog can be displayed or not.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
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