Skip to main content
A newer version of this page is available. .
All docs
V20.2

YearView.AppointmentDisplayOptions Property

Contains options that specify how appointments are displayed in the Year View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public YearViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }

Property Value

Type Description
YearViewAppointmentDisplayOptionsEx

An object that contains appointment display options.

See Also