Skip to main content
All docs
V25.1
  • CellMergeArgs(String, Object, Object, Object, Object, Int32, Int32) Constructor

    Initializes a new instance of the CellMergeArgs class with specified settings.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public CellMergeArgs(
        string fieldName,
        object firstItem,
        object secondItem,
        object firstCellValue,
        object secondCellValue,
        int firstSourceIndex,
        int secondSourceIndex
    )

    Parameters

    Name Type
    fieldName String
    firstItem Object
    secondItem Object
    firstCellValue Object
    secondCellValue Object
    firstSourceIndex Int32
    secondSourceIndex Int32
    See Also