GridViewSummaryItemStateCollection Class
A collection that contains information (the current state) on summary items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public class GridViewSummaryItemStateCollection :
GridBaseSummaryItemStateCollection<GridViewSummaryItemState>
Public Class GridViewSummaryItemStateCollection
Inherits GridBaseSummaryItemStateCollection(Of GridViewSummaryItemState)
Related API Members
The following members accept/return GridViewSummaryItemStateCollection objects:
Remarks
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
Implements
Inheritance
See Also
Feedback