MasterRowCanExpandEventArgs(Int32, Int32, Boolean) Constructor
Initializes a new instance of the MasterRowCanExpandEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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