Back to Devexpress

TimelineView.SelectionBar Property

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

latest1.7 KB
Original Source

TimelineView.SelectionBar Property

Provides access to the selection bar options.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
SelectionBarOptions

A SelectionBarOptions object specifying the appearance of the selection bar.

|

Remarks

Use this property to get access to the visual options of the selection bar, like SelectionBarOptions.Height and SelectionBarOptions.Visible visibility.

See Also

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace