ASPxSummaryItemCollection Class
In This Article
Represents a collection of summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxSummaryItemCollection :
ASPxGridSummaryItemCollectionBase<ASPxSummaryItem>
#Related API Members
The following members return ASPxSummaryItemCollection objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
Grid |
|
Grid |
|
ASP. |
Grid |
Grid |
|
MVCx |
|
MVCx |
#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.
#Implements
DevExpress.Utils.IAssignableCollection
See Also