Back to Devexpress

SelectionBarOptions.Visible Property

corelibraries-devexpress-dot-xtrascheduler-dot-selectionbaroptions-5f0cb0f1.md

latest1.7 KB
Original Source

SelectionBarOptions.Visible Property

Gets or sets a value indicating whether the Selection Bar is visible.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the selection bar is visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Visible
TimelineView

.SelectionBar .Visible

|

See Also

Timeline View

SelectionBarOptions Class

SelectionBarOptions Members

DevExpress.XtraScheduler Namespace