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

SchedulerControl.ShowEditAppointmentDependencyForm(AppointmentDependency) Method

Invokes the Appointment Dependency form used to modify or delete a specified dependency.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public virtual DialogResult ShowEditAppointmentDependencyForm(
    AppointmentDependency dependency
)

Parameters

Name Type Description
dependency AppointmentDependency

An AppointmentDependency object that is the appointment dependency to modify or delete.

Returns

Type Description
DialogResult

A DialogResult enumeration value that is the return value of the dialog.

Remarks

The ShowEditAppointmentDependencyForm method arguments are passed to the SchedulerControl.EditAppointmentDependencyFormShowing event handler as AppointmentDependencyFormEventArgs members.

The Appointment Dependency form is shown in the picture below.

AppointmentDependencyForm

See Also