TcxVerticalGridScrollbarAnnotationOptions Class
In This Article
Stores a vertical grid‘s scrollbar annotation options.
#Declaration
Delphi
TcxVerticalGridScrollbarAnnotationOptions = class(
TcxControlScrollbarAnnotationOptions
)
#Remarks
This class has the following members that allow you to:
Enable scrollbar annotations (Active).
Enable or disable predefined scrollbar annotations (ShowErrors, ShowFocusedRow, and ShowSearchResults).
Manage custom scrollbar annotations (CustomAnnotations).
A vertical grid’s ScrollbarAnnotations property references a TcxVerticalGridScrollbarAnnotationOptions object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxControlOptions
TcxControlScrollbarAnnotationOptions
TcxVerticalGridScrollbarAnnotationOptions
See Also