Skip to main content

TcxControlScrollbarAnnotationOptions.CustomAnnotations Property

Provides access to the collection of custom scrollbar annotation.

Declaration

property CustomAnnotations: TdxCustomScrollbarAnnotations read; write;

Property Value

Type
TdxCustomScrollbarAnnotations

Remarks

Call the CustomAnnotations.Add function to create a custom scrollbar annotation. Then, handle a container control‘s OnPopulateCustomScrollbarAnnotationRowIndexList event to mark all rows to meet certain criteria.

Use the CustomAnnotations.Items property to access all custom annotations and customize their appearance. Refer to the TdxCustomScrollbarAnnotations class description for detailed information on available options.

See Also