Skip to main content
A newer version of this page is available. .

ScrollBarAnnotationsCreatingEventArgs.CustomScrollBarAnnotations Property

Gets or sets a set of objects that correspond to predefined scrollbar annotations.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public ICollection<ScrollBarAnnotationRowInfo> CustomScrollBarAnnotations { get; set; }

Property Value

Type Description
ICollection<ScrollBarAnnotationRowInfo>

A list of ScrollBarAnnotationRowInfo objects that correspond to predefined scrollbar annotations.

Remarks

Use the CustomScrollBarAnnotations property to define a set of custom scrollbar annotations that should be displayed within the grid’s view.

See Also