A newer version of this page is available.
Switch to the current version.
AppointmentEventArgs.Appointment Property
Gets the appointment for which the event was raised.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public Appointment Appointment { get; }
Public ReadOnly Property Appointment As Appointment
Property Value
Type | Description |
---|---|
Appointment | An Appointment object that is the appointment for which the event was raised. |
See Also
Feedback