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.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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