CardViewCustomBindingGetSummaryValuesArgs(CardViewModel, List<CardViewSummaryItemState>) Constructor
Initializes a new instance of the CardViewCustomBindingGetSummaryValuesArgs class with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public CardViewCustomBindingGetSummaryValuesArgs(
CardViewModel state,
List<CardViewSummaryItemState> summaryItems
)
Parameters
Name | Type | Description |
---|---|---|
state | CardViewModel | A CardViewModel object containing the current CardView state. |
summaryItems | List<CardViewSummaryItemState> | A list of CardViewSummaryItemState objects representing the summaries used within the CardView that need to be calculated. |
See Also