Skip to main content

SpreadsheetHorizontalScrollbarOptions() Constructor

Initializes a new instance of the SpreadsheetHorizontalScrollbarOptions class with default settings.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public SpreadsheetHorizontalScrollbarOptions()

Remarks

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

The SpreadsheetHorizontalScrollbarOptions instance is available via the SpreadsheetControlOptions.HorizontalScrollbar property.

See Also