Back to Devexpress

ASPxCardViewSummaryItem Class

aspnet-devexpress-dot-web-67e163bd.md

latest4.0 KB
Original Source

ASPxCardViewSummaryItem Class

Represents a summary item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewSummaryItem :
    ASPxSummaryItemBase
vb
Public Class ASPxCardViewSummaryItem
    Inherits ASPxSummaryItemBase

The following members return ASPxCardViewSummaryItem objects:

LibraryRelated API Members
ASP.NET Bootstrap ControlsBootstrapCardViewSummaryDisplayTextEventArgs.Item
ASP.NET Web Forms ControlsASPxCardViewSummaryDisplayTextEventArgs.Item
ASPxCardViewSummaryItemCollection.Add(SummaryItemType, String)
ASPxCardViewSummaryItemCollection.Item[String, SummaryItemType]
ASPxCardViewSummaryItemCollection.Item[String]

Remarks

The ASPxCardView allows you to display brief information about rows or individual data columns. For instance, you can display the number of records or the maximum value, etc. This is called a summary. Summaries are represented by the ASPxCardViewSummaryItem objects.

The ASPxCardView supports total summaries. These are aggregate function values calculated over all the cards within the ASPxCardView and displayed within the summary panel. Total summaries are stored within the ASPxCardView.TotalSummary collection.

For a summary item, the following two properties must be specified.

aspx
<dx:ASPxCardViewSummaryItem FieldName="Total" SummaryType="Sum"/>

The summary item above summarizes the ‘Total’ field values within all cards and display the sum in the summary panel.

To learn more, see Data Summaries.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

DevExpress.Data.Summary.ISummaryItem

Inheritance

Object StateManager CollectionItem ASPxSummaryItemBase ASPxCardViewSummaryItem

See Also

ASPxCardViewSummaryItem Members

Total Summary

DevExpress.Web Namespace