MasterRowEmptyEventArgs(Int32, Int32, Boolean) Constructor
Creates a new MasterRowEmptyEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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 detail View. This value is assigned to the CustomMasterRowEventArgs.RelationIndex property. |
isEmpty | Boolean | true if the specified detail clone has no data; otherwise, false. This value is assigned to the MasterRowEmptyEventArgs.IsEmpty property. |
See Also