Skip to main content
All docs
V25.1
  • CellMergeArgs Properties

    Contains data for the command bound to the TableView.CellMergeCommand property.
    Name Description
    FieldName Gets the column’s field name.
    FirstCellValue Gets the first compared value.
    FirstItem Gets a data source record that contains the FirstCellValue.
    FirstSourceIndex Gets a data source index of the record that contains the FirstCellValue.
    Merge Gets or sets whether to merge processed cells.
    SecondCellValue Gets the second compared value.
    SecondItem Gets a data source record that contains the SecondCellValue.
    SecondSourceIndex Gets a data source index of the record that contains the SecondCellValue.
    See Also