Skip to main content

AppointmentFormController(SchedulerControl, Appointment) Constructor

In This Article

Initializes a new instance of the AppointmentFormController class with the specified appointment and scheduler control.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentFormController(
    SchedulerControl control,
    Appointment apt
)

#Parameters

Name Type Description
control SchedulerControl

A SchedulerControl object which specifies the scheduler control of the appointment form controller.

apt Appointment

A Appointment object which specifies the appointment of the appointment form controller.

See Also