InitNewRowEventArgs(Int32) Constructor
In This Article
Initializes a new instance of the InitNewRowEventArgs class.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#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