RowDeletedEventArgs.RowHandle Property
Gets the row handle (id) that identifies the position of the current row in the control.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the handle (id) of the current row. |
Remarks
For information on row handles in the GridControl, see Rows.
See Also