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

GridViewProperties.TotalSummary Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
ASPxSummaryItemCollection *null*

An ASPxSummaryItemCollection object that represents the collection of summary items.

See Also