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

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

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

Declaration

public int RowHandle1 { get; }

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