Back to Devexpress

CellMergeEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-cellmergeeventargs.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridColumn Column { get; }
vb
Public ReadOnly Property Column As GridColumn

Property Value

TypeDescription
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

CellMergeEventArgs Class

CellMergeEventArgs Members

DevExpress.Xpf.Grid Namespace