Back to Devexpress

AppointmentViewInfoOptions Class

corelibraries-devexpress-dot-xtrascheduler-dot-drawing-36a7c7c4.md

latest2.9 KB
Original Source

AppointmentViewInfoOptions Class

Contains options that affect the visual representation of an appointment.

Namespace : DevExpress.XtraScheduler.Drawing

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentViewInfoOptions :
    INotifyPropertyChanged
vb
Public Class AppointmentViewInfoOptions
    Implements INotifyPropertyChanged

The following members return AppointmentViewInfoOptions objects:

LibraryRelated API Members
Cross-Platform Class LibraryIAppointmentViewInfo.Options
WinForms ControlsAppointmentViewInfo.Options
ASP.NET Web Forms ControlsAppointmentViewInfo.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

AppointmentViewInfoOptions Members

SchedulerControl.InitAppointmentDisplayText

SchedulerControl.InitAppointmentImages

TimeCellsControlBase.InitAppointmentDisplayText

TimeCellsControlBase.InitAppointmentImages

DevExpress.XtraScheduler.Drawing Namespace