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

SpreadsheetControl.HorizontalScrollBar Property

Provides access to a horizontal scroll bar of the SpreadsheetControl.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public ScrollBar HorizontalScrollBar { get; }

Property Value

Type Description
ScrollBar

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

See Also