Skip to main content

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

NuGet Package: 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