AppointmentDependencyForm Class
Default form used to modify or delete the appointment dependency.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Remarks
The AppointmentDependencyForm form is invoked by double-clicking the line that displays the dependency between appointments within the Gantt View of the SchedulerControl.
You can also display the AppointmentDependencyForm form via code by using the SchedulerControl.ShowEditAppointmentDependencyForm method.
Before a form is shown, the SchedulerControl.EditAppointmentDependencyFormShowing event occurs. It enables you to substitute a default form with a custom one, or to not display the form.
The form allows you to specify the AppointmentDependencyType or delete the current dependency. The AppointmentDependencyFormController is the class that controls operations with a dependency within a form.
The following picture illustrates what the AppointmentDependencyForm form looks like using the Metro style skin.