Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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