Back to Devexpress

CellMergeEventArgs Properties

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

latest1.8 KB
Original Source

CellMergeEventArgs Properties

Provides data for the TableView.CellMerge event.

NameDescription
CellValue1Gets the value of the first cell processed by the TableView.CellMerge event handler.
CellValue2Gets the value of the second cell processed by the TableView.CellMerge event handler.
ColumnGets the column that contains the cells processed by the TableView.CellMerge event handler.
HandledGets or sets whether a cell merge operation is handled and no default processing is required.
MergeGets or sets whether the cells processed by the TableView.CellMerge event handler will be merged.
RowHandle1Gets the row handle of the first row processed by the TableView.CellMerge event handler.
RowHandle2Gets the row handle of the second row processed by the TableView.CellMerge event handler.

See Also

CellMergeEventArgs Class

CellMergeEventArgs Members

DevExpress.Xpf.Grid Namespace