Skip to main content

RowEventArgs(GridControl, Int32) Constructor

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public RowEventArgs(
    GridControl grid,
    int rowHandle
)

Parameters

Name Type
grid GridControl
rowHandle Int32
See Also