Back to Devexpress

ASPxCardViewSummaryItemCollection Class

aspnet-devexpress-dot-web-b50efc31.md

latest3.3 KB
Original Source

ASPxCardViewSummaryItemCollection Class

Represents a collection of ASPxCardView summary items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxCardViewSummaryItem>
vb
Public Class ASPxCardViewSummaryItemCollection
    Inherits ASPxGridSummaryItemCollectionBase(Of ASPxCardViewSummaryItem)

The following members return ASPxCardViewSummaryItemCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardView.GroupSummary
ASPxCardView.TotalSummary
ASP.NET MVC ExtensionsCardViewSettings.GroupSummary
CardViewSettings.TotalSummary

Remarks

The ASPxCardView allows you to display total summaries within its summary panel. The ASPxCardViewSummaryItemCollection class represents a collection of summary items. Total summary items are stored within the ASPxCardView.TotalSummary collection.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<ASPxCardViewSummaryItem>

ICollection<ASPxCardViewSummaryItem>

IEnumerable<ASPxCardViewSummaryItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ASPxCardViewSummaryItem> ASPxGridSummaryItemCollectionBase<ASPxCardViewSummaryItem> ASPxCardViewSummaryItemCollection

See Also

ASPxCardViewSummaryItemCollection Members

TotalSummary

Card View

DevExpress.Web Namespace