A collection that contains information (the current state) on summary items.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public class GridViewSummaryItemStateCollection : GridBaseSummaryItemStateCollection<GridViewSummaryItemState>
|
VB |
Public Class GridViewSummaryItemStateCollection Inherits GridBaseSummaryItemStateCollection(of GridViewSummaryItemState)
|

Remarks

Inheritance Hierarchy
System.Object
System.Collections.Generic.List<DevExpress.Web.Mvc.GridViewSummaryItemState>
GridBaseSummaryItemStateCollection<GridViewSummaryItemState>
GridViewSummaryItemStateCollection

See Also