Skip to main content

ScrollBarAnnotationRowInfo(Int32, ScrollBarAnnotationInfo) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: 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