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.v19.1.dll

Declaration

public class ASPxVerticalGridSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxVerticalGridSummaryItem>

The following members return ASPxVerticalGridSummaryItemCollection objects:

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