Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerViewBase.DateTimeScrollbarVisible Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual 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