Skip to main content

InitNewRowEventArgs(Int32) Constructor

Initializes a new instance of the InitNewRowEventArgs class.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public InitNewRowEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the handle of the added row. This value is assigned to the InitNewRowEventArgs.RowHandle property.

See Also