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

MasterRowEmptyEventArgs(Int32, Int32, Boolean) Constructor

Creates a new MasterRowEmptyEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public MasterRowEmptyEventArgs(
    int rowHandle,
    int relationIndex,
    bool isEmpty
)

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 View. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property.

isEmpty Boolean

true if the specified detail clone has no data; otherwise, false. This value is assigned to the MasterRowEmptyEventArgs.IsEmpty property.

See Also