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; }
Public ReadOnly Property Appointment As Appointment
Property Value
| Type | Description |
|---|---|
| Appointment | An Appointment object, which is the appointment currently being processed. |
See Also