Skip to main content

InplaceEditorEventArgs(Appointment) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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