Back to Devexpress

ASPxGridViewSettings.ShowGroupPanel Property

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

latest2.3 KB
Original Source

ASPxGridViewSettings.ShowGroupPanel Property

Specifies whether the grid displays the Group Panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowGroupPanel { get; set; }
vb
<DefaultValue(False)>
Public Property ShowGroupPanel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the group panel; otherwise, false

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGroupPanel
ASPxGridView

.Settings .ShowGroupPanel

| | GridViewProperties |

.Settings .ShowGroupPanel

|

Remarks

When the ShowGroupPanel property is set to true, a user can drag a column header to the Group Panel to group data by the column values.

For more information on grouping in the grid, refer to the following topic: ASPxGridView - Group Data.

Run Demo: ASPxGridView - Grouping Data

aspx
<dx:ASPxGridView ID="grid" runat="server">
    <%--...--%>
    <Settings ShowGroupPanel="true" />
</dx:ASPxGridView>

See Also

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace