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