Skip to main content

AdvBandedGridOptionsView.AllowCellMerge Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v25.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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