Back to Devexpress

YearView.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-yearview-9bc9ddbf.md

latest1.6 KB
Original Source

YearView.AppointmentDisplayOptions Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public YearViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property AppointmentDisplayOptions As YearViewAppointmentDisplayOptionsEx

Property Value

TypeDescription
YearViewAppointmentDisplayOptionsEx

An object that contains appointment display options.

|

See Also

Year View

YearView Class

YearView Members

DevExpress.XtraScheduler Namespace