MasterRowGetRelationCountEventArgs.RowHandle Property
Gets a value identifying a master row.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
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