Skip to main content

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; }

#Property Value

Type Description
Boolean

true, to display the DateTime scrollbar; otherwise, false.

#Remarks

The DateTime scrollbar is shown in the image below.

DXScheduler_DateTimeScrollbar

See Also