InitNewRowEventArgs(Int32) Constructor
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value representing the handle of the added row. This value is assigned to the Init |
See Also