Back to Devexpress

CellMergeEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-cellmergeeventargs-dot-underscore-properties.md

latest1.6 KB
Original Source

CellMergeEventArgs Properties

Provides data for the GridView.CellMerge event.

NameDescription
CellValue1Gets the value of the first cell being merged.
CellValue2Gets the value of the second cell being merged.
ColumnGets the column that contains the values to be merged.
HandledGets or sets whether the cell merging operation is handled and therefore no default processing is required.
MergeGets or sets whether two cells should be merged.
RowHandle1Gets the handle of the row which contains the first of two cells that are to be merged.
RowHandle2Gets the handle of the row which contains the second of two cells that are to be merged.

See Also

CellMergeEventArgs Class

CellMergeEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace