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.v19.1.dll

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