Skip to main content

ScrollBarAnnotationsCreatingEventArgs.CustomScrollBarAnnotations Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

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