Skip to main content
All docs
V19.1

EditFormPreparedEventArgs.RowHandle Property

Gets the handle that identifies the grid row for which the Edit From is about to be displayed.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

The handle that identifies the grid row for which the Edit From is about to be displayed.

Remarks

Use the RowHandle property to get the handle that identifies the grid row (see Rows) for which the Edit Form is about to be displayed.

See Also