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