ASPxVerticalGridSummaryItemCollection Class
Represents a collection of ASPxVerticalGrid summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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.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.
Implements
DevExpress.Utils.IAssignableCollection
See Also