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

ASPxVerticalGridSummaryItemCollection Class

Represents a collection of ASPxVerticalGrid summary items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxVerticalGridSummaryItem>

The following members return ASPxVerticalGridSummaryItemCollection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions 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