Skip to main content

SelectionBarOptions.Visible Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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
TimelineView
.SelectionBar .Visible
See Also