AppointmentDependencyForm(SchedulerControl, AppointmentDependency) Constructor
Initializes new instance of the AppointmentDependencyForm class with the specified settings.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.dll
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