Back to Devexpress

MonthView.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-monthview-4dbfdd92.md

latest1.7 KB
Original Source

MonthView.AppointmentDisplayOptions Property

Provides access to the appointment display options for the Month view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
MonthViewAppointmentDisplayOptionsEx

A MonthViewAppointmentDisplayOptionsEx object containing settings to display the appointments in the Month view.

|

See Also

MonthView Class

MonthView Members

DevExpress.XtraScheduler Namespace