Skip to main content
A newer version of this page is available. .

ScrollBarAnnotationRowInfo(Int32, ScrollBarAnnotationInfo) Constructor

Initializes a new instance of the ScrollBarAnnotationRowInfo class with the specified settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public ScrollBarAnnotationRowInfo(
    int rowIndex,
    ScrollBarAnnotationInfo info
)

Parameters

Name Type Description
rowIndex Int32

The row index.

info ScrollBarAnnotationInfo

The appearance and layout information of scrollbar annotation marks.

See Also