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

AppointmentDependencyFormController(SchedulerControl, AppointmentDependency) Constructor

Initializes a new instance of the AppointmentDependencyFormController class for the specified Scheduler control and appointment dependency.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AppointmentDependencyFormController(
    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