TableView.AllowCellMerge Property
In This Article
Gets or sets whether to enable the Cell Merging feature. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to enable the celll merging feature; otherwise, false. |
#Remarks
When the AllowCellMerge property is set to true, neighboring data cells across different rows are merged whenever they display matching values.
Note
If the Data
See Also