Skip to main content

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.v23.2.dll

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

Declaration

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