Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentDependencyForm Class

Default form used to modify or delete the appointment dependency.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#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