Skip to main content
A newer version of this page is available. .

MasterRowGetRelationCountEventArgs.RowHandle Property

Gets a value identifying a master row.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int RowHandle { get; }

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