Skip to main content

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

NuGet Package: 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