A newer version of this page is available.
Switch to the current version.
AppointmentViewInfoOptions Class
Contains options that affect the visual representation of an appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public class AppointmentViewInfoOptions :
INotifyPropertyChanged
Public Class AppointmentViewInfoOptions
Implements INotifyPropertyChanged
Related API Members
The following members accept/return AppointmentViewInfoOptions objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IAppointmentViewInfo.Options |
WinForms Controls | AppointmentViewInfo.Options |
WPF Controls | AppointmentViewInfo.Options |
ASP.NET Controls and MVC Extensions | AppointmentViewInfo.Options |
Remarks
The AppointmentViewInfoOptions instance is accessible within the handlers of the SchedulerControl.AppointmentViewInfoCustomizing, SchedulerControl.InitAppointmentDisplayText and the SchedulerControl.InitAppointmentImages events. The most versatile is the AppointmentViewInfoCustomizing event. It fires for every visible appointment and enables you to change the look of an appointment via the AppointmentViewInfoCustomizingEventArgs.ViewInfo.Options property.
Inheritance
Object
AppointmentViewInfoOptions
See Also
Feedback