SchedulerViewInfoBase.AppointmentDisplayOptions Property
In This Article
Provides access to the appointment’s display options.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
#Declaration
public AppointmentDisplayOptions AppointmentDisplayOptions { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
Use this property to specify how the basic appointment elements are displayed.
See Also