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

AdvBandedGridOptionsView.AllowCellMerge Property

Gets or sets whether neighboring cells with identical values can be merged.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool AllowCellMerge { get; set; }

Property Value

Type Description
Boolean

false always

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowCellMerge
AdvBandedGridView
.OptionsView.AllowCellMerge

Remarks

Neighboring cells cannot be merged within advanced banded Views. This property is overridden to prevent it from being set to true.

See Also