Skip to main content

AppointmentDependencyForm(SchedulerControl, AppointmentDependency) Constructor

Initializes new instance of the AppointmentDependencyForm class with the specified settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentDependencyForm(
    SchedulerControl control,
    AppointmentDependency dependency
)

Parameters

Name Type Description
control SchedulerControl

A SchedulerControl object specifying the owner of the form.

dependency AppointmentDependency

An AppointmentDependency object whose properties are being edited.

See Also