Skip to main content

AppointmentInplaceEditorBase(SchedulerControl, Appointment) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public AppointmentInplaceEditorBase(
    SchedulerControl control,
    Appointment apt
)

#Parameters

Name Type Description
control SchedulerControl

A SchedulerControl object which specifies the scheduler control containing the appointment to be edited via the in-place editor.

apt Appointment

A Appointment object which specifies an appointment to be edited via the in-place editor.

See Also