TcxGridScrollbarAnnotationOptions Class
In This Article
Stores a grid View‘s scrollbar annotation options.
#Declaration
Delphi
TcxGridScrollbarAnnotationOptions = class(
TcxCustomGridOptions
)
#Remarks
This class has the following members that allow you to:
Enable scrollbar annotations (Active).
Enable or disable predefined scrollbar annotations (ShowErrors, ShowFocusedRow, ShowSearchResult, and ShowSelectedRows).
Manage custom scrollbar annotations (CustomAnnotations).
A grid View’s ScrollbarAnnotations property references a TcxGridScrollbarAnnotationOptions object.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridScrollbarAnnotationOptions
See Also