Back to Devexpress

CellMergeEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-cellmergeeventargs-4d753499.md

latest1.7 KB
Original Source

CellMergeEventArgs.Column Property

Gets the column that contains the values to be merged.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
GridColumn

A GridColumn that contains the values to be merged.

|

Remarks

The rows which contain the cells to be merged are identified by the CellMergeEventArgs.RowHandle1 and CellMergeEventArgs.RowHandle2 properties.

See Also

RowHandle1

RowHandle2

CellMergeEventArgs Class

CellMergeEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace