Back to Devexpress

SchedulerViewBase.DateTimeScrollbarVisible Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-ab6c8b37.md

latest1.5 KB
Original Source

SchedulerViewBase.DateTimeScrollbarVisible Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool DateTimeScrollbarVisible { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property DateTimeScrollbarVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace