YearView.AppointmentDisplayOptions Property
In This Article
Contains options that specify how appointments are displayed in the Year View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public YearViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }
#Property Value
Type | Description |
---|---|
Year |
An object that contains appointment display options. |
See Also