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

ASPxGridViewSettings.ShowGroupButtons Property

Gets or sets whether group expand buttons are displayed within group rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool ShowGroupButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display group expand buttons within group rows; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Group expand buttons enable end-users to expand or collapse group rows. When a group row is collapsed, the group expand button displays a ‘plus’ sign indicating that the group row can be expanded by clicking the button. Once the group row has been expanded, the button displays a ‘minus’ sign.

To expand/collapse group rows in code, use the methods listed in Member Table: Grouping.

See Also