AppointmentViewInfoOptions Class
In This Article
Contains options that affect the visual representation of an appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returned By
The AppointmentViewInfo.Options property returns an instance of AppointmentViewInfoOptions.
#Remarks
The AppointmentViewInfoOptions class instance is accessible within the SchedulerControl.AppointmentViewInfoCustomizing event handler. This event fires for every visible appointment and enables you to change the look of an appointment via the AppointmentViewInfo.Options property of the object accessed via AppointmentViewInfoCustomizingEventArgs.ViewInfo.
See Also