RowEventArgs(GridControlBase, Int32) Constructor
In This Article
Initializes a new instance of the RowEventArgs class with the specified settings.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public RowEventArgs(
GridControlBase grid,
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
grid | Grid |
A Grid |
row |
Int32 | An integer value that specifies the processed row’s handle. This value is assigned to the Row |
See Also