TableView.CellMerge Event
In This Article
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Event Data
The CellMerge event's handler receives an argument of the CellMergeEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Cell |
Gets the value of the first cell processed by the Table |
Cell |
Gets the value of the second cell processed by the Table |
Column |
Gets the column that contains the cells processed by the Table |
Handled | Gets or sets whether a cell merge operation is handled and no default processing is required. |
Merge |
Gets or sets whether the cells processed by the Table |
Row |
Gets the row handle of the first row processed by the Table |
Row |
Gets the row handle of the second row processed by the Table |
See Also