Skip to main content
All docs
V24.2

CellMergeArgs.FirstItem Property

Gets a data source record that contains the FirstCellValue.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public object FirstItem { get; }

#Property Value

Type Description
Object

A data source record that contains the FirstCellValue.

See Also