MasterRowGetRelationCountEventArgs.RowHandle Property
In This Article
Gets a value identifying a master row.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value representing the handle of the master row. |
#Remarks
For more information on row handles, see the Rows document.
See Also