aspnetmvc-devexpress-dot-web-dot-mvc-fc8f8757.md
A collection that contains information (the current state) on summary items.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class GridViewSummaryItemStateCollection :
GridBaseSummaryItemStateCollection<GridViewSummaryItemState>
Public Class GridViewSummaryItemStateCollection
Inherits GridBaseSummaryItemStateCollection(Of GridViewSummaryItemState)
The following members return GridViewSummaryItemStateCollection objects:
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
IList<GridViewSummaryItemState>
ICollection<GridViewSummaryItemState>
IReadOnlyList<GridViewSummaryItemState>
IReadOnlyCollection<GridViewSummaryItemState>
IEnumerable<GridViewSummaryItemState>
Object List<GridViewSummaryItemState> GridBaseSummaryItemStateCollection<GridViewSummaryItemState> GridViewSummaryItemStateCollection
See Also