Back to Devexpress

TimelineView.TimeIndicatorDisplayOptions Property

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

latest1.7 KB
Original Source

TimelineView.TimeIndicatorDisplayOptions Property

Provides access to options for displaying the Time Indicator in the view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
TimeIndicatorDisplayOptions

A TimeIndicatorDisplayOptions object whose properties allow you to specify the visibility, relative position over the appointment and other options of the time indicator, if any.

|

See Also

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace