Skip to main content

MasterRowGetRelationCountEventArgs(Int32, Int32) Constructor

Creates a new MasterRowGetRelationCountEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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