Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public int RowHandle2 { get; }

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