Back to Devexpress

TimelineView.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineview-c266e5e1.md

latest1.8 KB
Original Source

TimelineView.AppointmentDisplayOptions Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
TimelineViewAppointmentDisplayOptionsEx

A TimelineViewAppointmentDisplayOptionsEx object containing settings to display the appointments in the Timeline View.

|

See Also

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace