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

ScrollBarCustomRowAnnotationEventArgs(Int32, Object) Constructor

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

Namespace: DevExpress.Xpf.Grid

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

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