AppointmentViewInfo.Appointment Property
In This Article
Gets the appointment whose visual representation information is accessed via the current object.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment | An Appointment object specifying an appointment. |
#Remarks
Use the Appointment property to get the required information on the appointment.
#Implements
DevExpress.XtraScheduler.Drawing.IAppointmentView.Appointment
See Also