Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public int RowHandle { get; }

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