Back to Devexpress

SchedulerControl.VScrollBar Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-983250fa.md

latest1.6 KB
Original Source

SchedulerControl.VScrollBar Property

OBSOLETE

Please, use DateTimeScrollBar property instead.

Gets the vertical scrollbar.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please, use DateTimeScrollBar property instead.", false)]
public VScrollBar VScrollBar { get; }
vb
<Obsolete("Please, use DateTimeScrollBar property instead.", False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property VScrollBar As VScrollBar

Property Value

TypeDescription
VScrollBar

A VScrollBar object which represents the vertical scrollbar.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace