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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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