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

GridViewProperties.GroupSummary Property

Manipulates the built-in ASPxGridView’s ASPxGridView.GroupSummary property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public ASPxSummaryItemCollection GroupSummary { get; }

Property Value

Type Default Description
ASPxSummaryItemCollection *null*

An ASPxSummaryItemCollection object that represents the collection of group summary items.

See Also