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

AppointmentDependencyForm Class

Default form used to modify or delete the appointment dependency.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[ComVisible(false)]
public class AppointmentDependencyForm :
    XtraForm

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.

AppointmentDependencyForm

Inheritance

Show 11 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.XtraEditors.MouseWheelContainerForm
XtraForm
AppointmentDependencyForm
See Also