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