A newer version of this page is available.
Switch to the current version.
SelectionBarOptions.Visible Property
Gets or sets a value indicating whether the Selection Bar is visible.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool Visible { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property Visible As Boolean
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 |
|
TimelineView |
|
See Also
Feedback