Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public ScrollBar VerticalScrollBar { get; }

Property Value

Type Description
ScrollBar

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

See Also