Skip to main content
A newer version of this page is available. .

CellMergeEventArgs.Merge Property

Gets or sets whether the cells processed by the TableView.CellMerge event handler will be merged.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool Merge { get; set; }

Property Value

Type Description
Boolean

true, to merge the cells; otherwise, false.

Remarks

Use the Merge property to specify whether the cells processed by the TableView.CellMerge event handler will be merged.

See Also