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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
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