SchedulerViewBase.AppointmentDisplayOptions Property
In This Article
Provides access to the appointment’s display options.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppointmentDisplayOptions AppointmentDisplayOptions { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
Use this property to specify appointment’s display options, such as size, appearance, format of information shown.
See Also