Skip to main content
All docs
V24.2

CellMergeArgs.Merge Property

Gets or sets whether to merge processed cells.

Namespace: DevExpress.Mvvm.Xpf

Assembly: DevExpress.Mvvm.v24.2.dll

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

#Declaration

public bool? Merge { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true to merge processed cells; otherwise, false.

See Also