Skip to main content

TableView.ScrollBarAnnotationInfoRange Property

Gets a list of objects that correspond to currently displayed scrollbar annotations.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public IEnumerable<ScrollBarAnnotationRowInfo> ScrollBarAnnotationInfoRange { get; }

Property Value

Type Description
IEnumerable<ScrollBarAnnotationRowInfo>

A list of ScrollBarAnnotationRowInfo objects that correspond to currently displayed scrollbar annotations.

See Also