TableView.ScrollBarAnnotationInfoRange Property
In This Article
Gets a list of objects that correspond to currently displayed scrollbar annotations.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public IEnumerable<ScrollBarAnnotationRowInfo> ScrollBarAnnotationInfoRange { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Scroll |
A list of Scroll |
See Also