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

ASPxSummaryItemCollection Class

Represents a collection of summary items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxSummaryItem>

Remarks

The ASPxGridView allows you to display total summaries within its Footer and group summaries within group rows. The ASPxSummaryItemCollection class represents a collection of summary items. Total summary items are stored within the ASPxGridView.TotalSummary collection. Group summary items are stored within the ASPxGridView.GroupSummary collection.

To learn more, see Data Summaries.

See Also