Back to Devexpress

ScrollBarAnnotationsCreatingEventArgs.CustomScrollBarAnnotations Property

wpf-devexpress-dot-xpf-dot-grid-dot-scrollbarannotationscreatingeventargs.md

latest1.7 KB
Original Source

ScrollBarAnnotationsCreatingEventArgs.CustomScrollBarAnnotations Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICollection<ScrollBarAnnotationRowInfo> CustomScrollBarAnnotations { get; set; }
vb
Public Property CustomScrollBarAnnotations As ICollection(Of ScrollBarAnnotationRowInfo)

Property Value

TypeDescription
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

ScrollBarAnnotationsCreatingEventArgs Class

ScrollBarAnnotationsCreatingEventArgs Members

DevExpress.Xpf.Grid Namespace