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.v18.1.Core.dll

Declaration

public interface IAppointmentViewInfo :
    IAppointmentView

The following members accept/return IAppointmentViewInfo objects:

Library Related API Members
Cross-Platform Class Library AppointmentDisplayTextEventArgs.ViewInfo
WinForms Controls AppointmentImagesEventArgs.ViewInfo
ASP.NET Core Bootstrap Controls IBootstrapSchedulerAppointmentDisplayTextEventArgs.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IAppointmentViewInfo interface.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also