CellMergeEventArgs.RowHandle1 Property
Gets the row handle of the first 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 first processed row. |
Remarks
Use the RowHandle1 and CellMergeEventArgs.RowHandle2 properties to get the row handles of adjacent rows that are processed by the TableView.CellMerge event handler.
See Also