Skip to main content
Tab

ASPxVerticalGridSummaryItemCollection Class

Represents a collection of ASPxVerticalGrid summary items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxVerticalGridSummaryItem>

The following members return ASPxVerticalGridSummaryItemCollection objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxVerticalGrid.TotalSummary
ASP.NET MVC Extensions VerticalGridSettings.TotalSummary

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.

See Also