TableView.ScrollBarAnnotationInfoRange Property
Gets a list of objects that correspond to currently displayed scrollbar annotations.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<ScrollBarAnnotationRowInfo> | A list of ScrollBarAnnotationRowInfo objects that correspond to currently displayed scrollbar annotations. |
See Also