A newer version of this page is available.
Switch to the current version.
ASPxGridViewSettings.ShowGroupButtons Property
Gets or sets whether group expand buttons are displayed within group rows.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool ShowGroupButtons { get; set; }
<DefaultValue(True)>
Public Property ShowGroupButtons As Boolean
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 |
|
GridViewProperties |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapGridView |
|
BootstrapGridView |