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

InplaceEditorEventArgs(Appointment) Constructor

Initializes new instance of the InplaceEditorEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public InplaceEditorEventArgs(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

A Appointment object that is the appointment for which the editor is invoked.

See Also