CellMergeEventArgs.RowHandle2 Property
Gets the row handle of the second row processed by the TableView.CellMerge event handler.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | The row handle of the second processed row. |
Remarks
Use the CellMergeEventArgs.RowHandle1 and RowHandle2 properties to get the row handles of adjacent rows that are processed by the TableView.CellMerge event handler.
See Also