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

TableView.ScrollBarAnnotationInfoRange Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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