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

BandedGridOptionsView.ShowGroupedColumns Property

Gets or sets a value specifying whether grouping columns should be displayed within the View.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to display grouping columns within the view; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowGroupedColumns
AdvBandedGridView
.OptionsView.ShowGroupedColumns
BandedGridView
.OptionsView.ShowGroupedColumns

Remarks

This property overrides the GridOptionsView.ShowGroupedColumns property.

Setting ShowGroupedColumns has no effect for BandedGridView and AdvBandedGridView Views. Grouping columns can be hidden only within GridView Views via the GridOptionsView.ShowGroupedColumns property.

See Also