Skip to main content

MasterRowGetRelationNameEventArgs(Int32, Int32, String) Constructor

Creates a new MasterRowGetRelationNameEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public MasterRowGetRelationNameEventArgs(
    int rowHandle,
    int relationIndex,
    string relationName
)

Parameters

Name Type Description
rowHandle Int32

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

relationIndex Int32

An integer value identifying the relation. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property.

relationName String

A string value specifying the level whose corresponding View will represent the relation. This value is assigned to the MasterRowGetRelationNameEventArgs.RelationName property.

See Also