AppointmentViewInfoOptions Class
Contains options that affect the visual representation of an appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Related API Members
The following members return AppointmentViewInfoOptions objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IAppointmentViewInfo.Options |
WinForms Controls | AppointmentViewInfo.Options |
WPF Controls | AppointmentViewInfo.Options |
ASP.NET Web Forms Controls | AppointmentViewInfo.Options |
Remarks
The AppointmentViewInfoOptions instance is accessible within the handlers of the SchedulerControl.AppointmentViewInfoCustomizing, SchedulerControl.InitAppointmentDisplayText and the SchedulerControl.InitAppointmentImages events. The most versatile is the AppointmentViewInfoCustomizing event. It fires for every visible appointment and enables you to change the look of an appointment via the AppointmentViewInfoCustomizingEventArgs.ViewInfo.Options property.