Back to Devexpress

EditFormEventArgsBase.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-editformeventargsbase-51fa5a43.md

latest1.5 KB
Original Source

EditFormEventArgsBase.RowHandle Property

Gets the handle that identifies the grid row for which the Edit From is displayed/hidden.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

The handle that identifies the grid row for which the Edit From is displayed/hidden.

|

See Also

Rows

EditFormEventArgsBase Class

EditFormEventArgsBase Members

DevExpress.XtraGrid.Views.Grid Namespace