Back to Devexpress

CellMergeEventArgs.CellValue2 Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-cellmergeeventargs-dot-cellvalue2.md

latest1.2 KB
Original Source

CellMergeEventArgs.CellValue2 Property

Gets the value of the second cell being merged.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public object CellValue2 { get; }
vb
Public ReadOnly Property CellValue2 As Object

Property Value

TypeDescription
Object

An object that specifies the value of the second cell being merged.

|

See Also

CellMergeEventArgs Class

CellMergeEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace