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

MasterRowGetRelationCountEventArgs(Int32, Int32) Constructor

Creates a new MasterRowGetRelationCountEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public MasterRowGetRelationCountEventArgs(
    int rowHandle,
    int relationCount
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the master row’s handle. This value is assigned to the MasterRowGetRelationCountEventArgs.RowHandle property.

relationCount Int32

An integer value specifying the number of relations for the master row. This value is assigned to the MasterRowGetRelationCountEventArgs.RelationCount property.

See Also