Skip to main content

MasterRowCanExpandEventArgs(Int32, Int32, Boolean) Constructor

Initializes a new instance of the MasterRowCanExpandEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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