corelibraries-devexpress-dot-xtrascheduler-dot-drawing-36a7c7c4.md
Contains options that affect the visual representation of an appointment.
Namespace : DevExpress.XtraScheduler.Drawing
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class AppointmentViewInfoOptions :
INotifyPropertyChanged
Public Class AppointmentViewInfoOptions
Implements INotifyPropertyChanged
The following members return AppointmentViewInfoOptions objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IAppointmentViewInfo.Options |
| WinForms Controls | AppointmentViewInfo.Options |
| ASP.NET Web Forms Controls | AppointmentViewInfo.Options |
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.
Object AppointmentViewInfoOptions
See Also
AppointmentViewInfoOptions Members
SchedulerControl.InitAppointmentDisplayText
SchedulerControl.InitAppointmentImages
TimeCellsControlBase.InitAppointmentDisplayText