TcxGridScrollbarAnnotationOptions.CustomAnnotations Property
Provides access to the collection of custom scrollbar annotations.
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 grid View‘s OnPopulateCustomScrollbarAnnotationRowIndexList event to mark all rows that 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