RowEventArgs(Int32) Constructor
Initializes a new instance of the RowEventArgs class.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public RowEventArgs(
int rowHandle
)
Parameters
Name | Type |
---|---|
rowHandle | Int32 |
See Also