IAppointmentViewInfo Interface
Defines options and characteristics used to display an appointment in a view.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public interface IAppointmentViewInfo :
IAppointmentView
Public Interface IAppointmentViewInfo
Inherits IAppointmentView
Related API Members
The following members accept/return IAppointmentViewInfo objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | AppointmentDisplayTextEventArgs.ViewInfo |
WinForms Controls | AppointmentImagesEventArgs.ViewInfo |
ASP.NET Controls and MVC Extensions | AppointmentImagesEventArgs.ViewInfo |
ASP.NET Core Bootstrap Controls | IBootstrapSchedulerAppointmentDisplayTextEventArgs.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.