EditAppointmentFormEventArgs.Appointment Property
Gets the appointment for which the form showing event has been raised.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public Appointment Appointment { get; }
Public ReadOnly Property Appointment As Appointment
Property Value
| Type | Description |
|---|---|
| Appointment | A Appointment object that is an appointment currently being processed. |
See Also