MasterRowGetRelationNameEventArgs(Int32, Int32, String) Constructor
Creates a new MasterRowGetRelationNameEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
public MasterRowGetRelationNameEventArgs(
int rowHandle,
int relationIndex,
string relationName
)
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 relation. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property. |
relationName | String | A string value specifying the level whose corresponding View will represent the relation. This value is assigned to the MasterRowGetRelationNameEventArgs.RelationName property. |
See Also