dxSelectedRowScrollbarAnnotationID Constant
In This Article
An ID of the predefined selected row scrollbar annotation.
#Declaration
Delphi
const dxSelectedRowScrollbarAnnotationID = dxFirstPredefinedScrollbarAnnotationID;
#Remarks
Use this global constant to identify the predefined selected row scrollbar annotation within a TdxGetScrollbarAnnotationHint or TcxGridGetScrollbarAnnotationHint event handler.
See Also