Skip to main content
Tab

ASPxSummaryItemCollection Class

Represents a collection of summary items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxSummaryItem>

The following members return ASPxSummaryItemCollection objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridView.GroupSummary
ASPxGridView.TotalSummary
GridViewProperties.GroupSummary
GridViewProperties.TotalSummary
ASP.NET MVC Extensions GridViewSettings.GroupSummary
GridViewSettings.TotalSummary
MVCxGridViewProperties.GroupSummary
MVCxGridViewProperties.TotalSummary

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