Skip to main content

TcxCustomGridTableView.ScrollbarAnnotations Property

Provides access to the View’s scrollbar annotation settings.

Declaration

property ScrollbarAnnotations: TcxGridScrollbarAnnotationOptions read; write;

Property Value

Type
TcxGridScrollbarAnnotationOptions

Remarks

Set the ScrollbarAnnotations.Active property to True to enable scrollbar annotations. Refer to the TcxGridScrollbarAnnotationOptions class description for detailed information on available options.

See Also