corelibraries-devexpress-dot-xtrascheduler-dot-drawing-f8a096af.md
Defines options and characteristics used to display an appointment in a view.
Namespace : DevExpress.XtraScheduler.Drawing
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public interface IAppointmentViewInfo :
IAppointmentView
Public Interface IAppointmentViewInfo
Inherits IAppointmentView
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 |
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.
See Also
AppointmentDisplayTextEventArgs.ViewInfo