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.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[XtraSerializableProperty]
public bool Visible { get; set; }

Property Value

Type Description
Boolean

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