Skip to main content

SpreadsheetVerticalScrollbarOptions() Constructor

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public SpreadsheetVerticalScrollbarOptions()

Remarks

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

The SpreadsheetVerticalScrollbarOptions instance is available via the SpreadsheetControlOptions.VerticalScrollbar property.

See Also