Skip to main content

CardViewCustomBindingGetSummaryValuesArgs.SummaryItems Property

Gets a list of summary items which are used within the CardView and whose values must be calculated.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public List<CardViewSummaryItemState> SummaryItems { get; protected set; }

Property Value

Type Description
List<CardViewSummaryItemState>

A list of GridViewSummaryItemState objects containing information about summaries used within the CardView.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also