IAppointmentViewInfo Interface
Defines options and characteristics used to display an appointment in a view.
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 IAppointmentViewInfo objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | AppointmentDisplayTextEventArgs.ViewInfo |
WinForms Controls | AppointmentImagesEventArgs.ViewInfo |
ASP.NET Web Forms Controls | AppointmentImagesEventArgs.ViewInfo |
Remarks
This interface can be used to determine the resource of the displayed appointment, and to provide access to the AppointmentViewInfoOptions object that allows specifying whether start or end times are displayed, the recurrence symbol is shown etc.
Handle the SchedulerControl.InitAppointmentDisplayText and SchedulerControl.InitAppointmentImages events to get access to the IAppointmentViewInfo interface for the appointment being displayed. Use the ViewInfo properties of the event arguments for this purpose.
In Scheduler Reporting, the TimeCellsControlBase.InitAppointmentDisplayText and the TimeCellsControlBase.InitAppointmentImages provide access to the IAppointmentViewInfo interface via event arguments.