Skip to main content

MasterRowGetChildListEventArgs(Int32, Int32, IList) Constructor

Creates a new MasterRowGetChildListEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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