CellMergeArgs(String, Object, Object, Object, Object, Int32, Int32) Constructor
In This Article
Initializes a new instance of the CellMergeArgs class with specified settings.
Namespace: DevExpress.Mvvm.Xpf
Assembly: DevExpress.Mvvm.v24.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 |
---|---|
field |
String |
first |
Object |
second |
Object |
first |
Object |
second |
Object |
first |
Int32 |
second |
Int32 |
See Also