Back to Devexpress

ASPxGridViewSettings.ShowGroupButtons Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-95c76467.md

latest2.1 KB
Original Source

ASPxGridViewSettings.ShowGroupButtons Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowGroupButtons { get; set; }
vb
<DefaultValue(True)>
Public Property ShowGroupButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGroupButtons
ASPxGridView

.Settings .ShowGroupButtons

| | GridViewProperties |

.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

Grid View

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace