Back to Devexpress

ASPxSummaryItemCollection Class

aspnet-devexpress-dot-web-1a123916.md

latest3.9 KB
Original Source

ASPxSummaryItemCollection Class

Represents a collection of summary items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxSummaryItem>
vb
Public Class ASPxSummaryItemCollection
    Inherits ASPxGridSummaryItemCollectionBase(Of ASPxSummaryItem)

The following members return ASPxSummaryItemCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.GroupSummary
ASPxGridView.TotalSummary
GridViewProperties.GroupSummary
GridViewProperties.TotalSummary
ASP.NET MVC ExtensionsGridViewSettings.GroupSummary
GridViewSettings.TotalSummary
MVCxGridViewProperties.GroupSummary
MVCxGridViewProperties.TotalSummary

Remarks

The ASPxGridView allows you to display total summaries within its Footer and group summaries within group rows. The ASPxSummaryItemCollection class represents a collection of summary items. Total summary items are stored within the ASPxGridView.TotalSummary collection. Group summary items are stored within the ASPxGridView.GroupSummary collection.

To learn more, see Data Summaries.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<ASPxSummaryItem>

ICollection<ASPxSummaryItem>

IEnumerable<ASPxSummaryItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ASPxSummaryItem> ASPxGridSummaryItemCollectionBase<ASPxSummaryItem> ASPxSummaryItemCollection

See Also

ASPxSummaryItemCollection Members

TotalSummary

GroupSummary

Grid View

DevExpress.Web Namespace