Skip to main content

RowEventArgs.RowHandle Property

Gets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value representing the row’s handle.

Remarks

Please refer to the Rows and Working with Groups in Code topics for details on identifying data and group rows by their handles.

See Also