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.v19.1.dll

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