Back to Devexpress

TableView.ScrollBarAnnotationInfoRange Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-a5ccda71.md

latest1.4 KB
Original Source

TableView.ScrollBarAnnotationInfoRange Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IEnumerable<ScrollBarAnnotationRowInfo> ScrollBarAnnotationInfoRange { get; }
vb
Public ReadOnly Property ScrollBarAnnotationInfoRange As IEnumerable(Of ScrollBarAnnotationRowInfo)

Property Value

TypeDescription
IEnumerable<ScrollBarAnnotationRowInfo>

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

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace