RowEventArgs(GridControlBase, Int32, Object) Constructor
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
Parameters
Name | Type | Description |
---|---|---|
grid | GridControlBase | A GridControlBase descendant that represents the grid. |
rowHandle | Int32 | An integer value that specifies the processed row’s handle. This value is assigned to the RowEventArgs.RowHandle property. |
forcedRow | Object | An object that represents the data object corresponding to the processed row. |
See Also