Skip to main content

AppointmentInplaceEditorBase.Appointment Property

Gets the appointment for which the in-place editor has been invoked.

Namespace: DevExpress.Xpf.Scheduler.UI

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

#Declaration

public Appointment Appointment { get; }

#Property Value

Type Description
Appointment

An Appointment object, which is the appointment currently being processed.

See Also