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

VerticalGridCustomBindingGetSummaryValuesArgs(VerticalGridModel, List<VerticalGridSummaryItemState>) Constructor

Initializes a new instance of the VerticalGridCustomBindingGetSummaryValuesArgs class with the specified settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public VerticalGridCustomBindingGetSummaryValuesArgs(
    VerticalGridModel state,
    List<VerticalGridSummaryItemState> summaryItems
)

Parameters

Name Type Description
state VerticalGridModel

A VerticalGridModel object containing the current VerticalGrid state.

summaryItems List<VerticalGridSummaryItemState>

A list of VerticalGridSummaryItemState objects representing the summaries used within the VerticalGrid that need to be calculated.

See Also