Back to Devexpress

TreeListView.ScrollBarAnnotationInfoRange Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-8829e869.md

latest1.4 KB
Original Source

TreeListView.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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace