Skip to main content
A newer version of this page is available. .

SchedulerViewBase.DateTimeScrollbarVisible Property

Gets or sets a value indicating whether the date-time scrollbar is visible.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool DateTimeScrollbarVisible { get; set; }

Property Value

Type Default Description
Boolean true

true if the date-time scrollbar is visible; otherwise, false.

Remarks

Use this property to hide the horizontal scrollbar in the Timeline View when it appears to be redundant.

See Also