Skip to main content
All docs
V23.2

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.v23.2.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