Skip to main content
A newer version of this page is available. .

SelectionBarOptions.Visible Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to Visible
GanttView
.SelectionBar .Visible
TimelineView
.SelectionBar .Visible
See Also