Skip to main content

AppointmentViewInfo.Appointment Property

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

public Appointment Appointment { get; }
Public ReadOnly Property Appointment As Appointment

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