GridViewModel.TotalSummary Property
In This Article
Provides access to a collection that contains information on the current state of total summary objects.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public GridViewSummaryItemStateCollection TotalSummary { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
See Also