MasterRowGetLevelDefaultViewEventArgs(Int32, Int32, BaseView) Constructor
Creates a new MasterRowGetLevelDefaultViewEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public MasterRowGetLevelDefaultViewEventArgs(
int rowHandle,
int relationIndex,
BaseView defaultView
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value representing the master row’s handle. This property is assigned to the Custom |
relation |
Int32 | An integer value identifying the detail by its relation index. This value is assigned to the Custom |
default |
Base |
A Base |
#Remarks
Instances of this class are automatically created, initialized and passed to the GridView.MasterRowGetLevelDefaultView event as the parameter.