Skip to main content
A newer version of this page is available. .

IAppointmentViewInfo Interface

Defines options and characteristics used to display an appointment in a view.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public interface IAppointmentViewInfo :
    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

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.

See Also