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

SpreadsheetScrollbarOptions Class

Represents the base class for scrollbar options.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

Declaration

public abstract class SpreadsheetScrollbarOptions :
    SpreadsheetNotificationOptions

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