TimelineView.DateTimeScrollbarVisible Property
Gets or sets whether to display a scrollbar that enables you to navigate backward and forward in time.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool DateTimeScrollbarVisible { get; set; }
Public Property DateTimeScrollbarVisible As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true, to display the DateTime scrollbar; otherwise, false. |
Remarks
The DateTime scrollbar is shown in the image below.

See Also