Skip to main content
All docs
V23.2

YearView.AppointmentDisplayOptions Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.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