SpreadsheetScrollbarOptions Class
Represents the base class for scrollbar options.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Remarks
The SpreadsheetScrollbarOptions class introduces the SpreadsheetScrollbarOptions.Visibility property, which determines the behavior of the SpreadsheetControl’s vertical and horizontal scrollbars. The scrollbars can be customized using derived classes: SpreadsheetVerticalScrollbarOptions and SpreadsheetHorizontalScrollbarOptions, respectively.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
See Also