SpreadsheetVerticalScrollbarOptions Class
In This Article
Contains options for the vertical scrollbar of the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public class SpreadsheetVerticalScrollbarOptions :
SpreadsheetScrollbarOptions
#Related API Members
The following members return SpreadsheetVerticalScrollbarOptions objects:
#Remarks
An instance of the SpreadsheetVerticalScrollbarOptions class is accessible via the SpreadsheetControlOptions.VerticalScrollbar property (use the SpreadsheetControl.Options.VerticalScrollbar notation).
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetScrollbarOptions
SpreadsheetVerticalScrollbarOptions
See Also