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

MVCxGridViewProperties.GroupSummary Property

Manipulates the built-in GridView’s GridViewSettings.GroupSummary property.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxSummaryItemCollection GroupSummary { get; }

Property Value

Type Description
ASPxSummaryItemCollection

A ASPxSummaryItemCollection object representing the group summary collection.

See Also