Skip to main content

RowAllowEventArgs(GridControl, Int32) Constructor

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public RowAllowEventArgs(
    GridControl grid,
    int rowHandle
)

Parameters

Name Type
grid GridControl
rowHandle Int32
See Also