Skip to main content

ScrollBarCustomRowAnnotationEventArgs(Int32, Object) Constructor

Initializes a new instance of the ScrollBarCustomRowAnnotationEventArgs 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 ScrollBarCustomRowAnnotationEventArgs(
    int rowHandle,
    object row
)

Parameters

Name Type Description
rowHandle Int32

A row handle.

row Object

An object from the data source to which the processed row is bound.

See Also