ScrollBarAnnotationRowInfo(Int32, ScrollBarAnnotationInfo) Constructor
Initializes a new instance of the ScrollBarAnnotationRowInfo class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rowIndex | Int32 | The row index. |
| info | ScrollBarAnnotationInfo | The appearance and layout information of scrollbar annotation marks. |
See Also