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

CellMergeEventArgs.Column Property

Gets the column that contains the cells 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 GridColumn Column { get; }

Property Value

Type Description
GridColumn

A column that contains the processed cells.

Remarks

Use the Column property to get the column that contains the adjacent cells processed by the TableView.CellMerge event handler.

See Also