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

SpreadsheetControl.VerticalScrollBar Property

Provides access to a vertical scroll bar of the SpreadsheetControl. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public ScrollBar VerticalScrollBar { get; }

Property Value

Type Description
ScrollBar

A ScrollBar object that is the control’s scroll bar.

See Also