Back to Devexpress

RowDeletedEventArgs.RowHandle Property

corelibraries-devexpress-dot-data-dot-rowdeletedeventargs-6cd68d37.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Data

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
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

Rows

RowDeletedEventArgs Class

RowDeletedEventArgs Members

DevExpress.Data Namespace