Skip to main content

AppointmentViewInfoOptions Class

Contains options that affect the visual representation of an appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public class AppointmentViewInfoOptions :
    INotifyPropertyChanged

#Returned By

The AppointmentViewInfo.Options property returns an instance of AppointmentViewInfoOptions.

#Remarks

The AppointmentViewInfoOptions class instance is accessible within the SchedulerControl.AppointmentViewInfoCustomizing event handler. This event fires for every visible appointment and enables you to change the look of an appointment via the AppointmentViewInfo.Options property of the object accessed via AppointmentViewInfoCustomizingEventArgs.ViewInfo.

#Inheritance

Object
AppointmentViewInfoOptions
See Also