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

GridViewModel.TotalSummary Property

Provides access to a collection that contains information on the current state of total summary objects.

Namespace: DevExpress.Web.Mvc

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

Declaration

public GridViewSummaryItemStateCollection TotalSummary { get; }

Property Value

Type Description
GridViewSummaryItemStateCollection

A GridViewSummaryItemStateCollection collection containing summary item states.

Remarks

Refer to Custom Data Binding and Action Types and Passed Parameters to learn more.

See Also