CellMergeArgs Constructors
Contains data for the command bound to the TableView.CellMergeCommand property.Name | Parameters | Description |
---|---|---|
CellMergeArgs(String, Object, Object, Object, Object, Int32, Int32) | fieldName, firstItem, secondItem, firstCellValue, secondCellValue, firstSourceIndex, secondSourceIndex | Initializes a new instance of the CellMergeArgs class with specified settings. |
See Also