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

MasterRowGetChildListEventArgs(Int32, Int32, IList) Constructor

Creates a new MasterRowGetChildListEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public MasterRowGetChildListEventArgs(
    int rowHandle,
    int relationIndex,
    IList childList
)

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 detail clone by its relation index. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property.

childList IList

An object implementing the IList interface and containing the detail’s records list. This value is assigned to the MasterRowGetChildListEventArgs.ChildList property.

See Also