TcxGridScrollbarAnnotationOptions.CustomAnnotations Property
In This Article
Provides access to the collection of custom scrollbar annotations.
#Declaration
Delphi
property CustomAnnotations: TdxCustomScrollbarAnnotations read; write;
#Property Value
Type |
---|
Tdx |
#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