Back to Devexpress

WeekView.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-weekview-d855bf61.md

latest1.7 KB
Original Source

WeekView.AppointmentDisplayOptions Property

Provides access to the appointment display options for the Week View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
WeekViewAppointmentDisplayOptionsEx

A WeekViewAppointmentDisplayOptionsEx object containing settings to display the appointments in the Week View.

|

See Also

WeekView Class

WeekView Members

DevExpress.XtraScheduler Namespace