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

GridViewCustomBindingGetSummaryValuesArgs(GridViewModel, IList<GridViewGroupInfo>, List<GridViewSummaryItemState>) Constructor

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridViewCustomBindingGetSummaryValuesArgs(
    GridViewModel state,
    IList<GridViewGroupInfo> groupInfoList,
    List<GridViewSummaryItemState> summaryItems
)

Parameters

Name Type Description
state GridViewModel

A GridViewModel object containing the current GridView state.

groupInfoList IList<GridViewGroupInfo>

A list of GridViewGroupInfo objects containing information about the currently applied grouping.

summaryItems List<GridViewSummaryItemState>

A list of GridViewSummaryItemState objects representing the summaries used within the GridView that need to be calculated.

See Also