MasterRowGetRelationCountEventArgs.RowHandle Property
Gets a value identifying a master row.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.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