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

MasterRowCanExpandEventArgs(Int32, Int32, Boolean) Constructor

Initializes a new instance of the MasterRowCanExpandEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public MasterRowCanExpandEventArgs(
    int rowHandle,
    int relationIndex,
    bool allow
)

Parameters

Name Type Description
rowHandle Int32

The row handle. This value is assigned to the CustomMasterRowEventArgs.RowHandle property.

relationIndex Int32

The relation index. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property.

allow Boolean

Indicates whether a row can be expanded. true, if a row can be expanded; otherwise, false. This value is assigned to the MasterRowCanExpandEventArgs.Allow property.

See Also