Back to Devexpress

MasterRowGetRelationCountEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-masterrowgetrelationcounteventargs-7a085674.md

latest1.5 KB
Original Source

MasterRowGetRelationCountEventArgs.RowHandle Property

Gets a value identifying a master row.

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

An integer value representing the handle of the master row.

|

Remarks

For more information on row handles, see the Rows document.

See Also

MasterRowGetRelationCountEventArgs Class

MasterRowGetRelationCountEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace