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

ASPxGridViewSettings.ShowGroupedColumns Property

Gets or sets whether the grouped columns are displayed within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowGroupedColumns { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowGroupedColumns
ASP.NET Controls and MVC Extensions ASPxGridView
.Settings .ShowGroupedColumns
GridViewProperties
.Settings .ShowGroupedColumns
ASP.NET Bootstrap Controls BootstrapGridView
.Settings .ShowGroupedColumns
ASP.NET MVC Extensions GridViewSettings
.Settings .ShowGroupedColumns
GridViewSettings<RowType>
.Settings .ShowGroupedColumns
MVCxGridView
.Settings .ShowGroupedColumns
MVCxGridViewProperties
.Settings .ShowGroupedColumns

Remarks

When grouping is applied, group rows display the values of grouped columns. By default, these columns are hidden to avoid displaying superfluous information. To display these columns within the ASPxGridView, set the ShowGroupedColumns property to true.

See Also