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.v25.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the Merge property to specify whether the cells processed by the TableView.CellMerge event handler will be merged.
See Also