ASPxVerticalGridSummaryItemCollection Class
In This Article
Represents a collection of ASPxVerticalGrid summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxVerticalGridSummaryItemCollection :
ASPxGridSummaryItemCollectionBase<ASPxVerticalGridSummaryItem>
#Related API Members
The following members return ASPxVerticalGridSummaryItemCollection objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Vertical |
#Remarks
The ASPxVerticalGrid allows you to display total summaries within its summary panel. The ASPxVerticalGridSummaryItemCollection class represents a collection of summary items. Total summary items are stored within the ASPxVerticalGrid.TotalSummary collection.
To learn more, see Data Summaries.
#Implements
DevExpress.Utils.IAssignableCollection
See Also