aspnetmvc-devexpress-dot-web-dot-mvc-a2eaca9b.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 VerticalGridSummaryItemStateCollection :
GridBaseSummaryItemStateCollection<VerticalGridSummaryItemState>
Public Class VerticalGridSummaryItemStateCollection
Inherits GridBaseSummaryItemStateCollection(Of VerticalGridSummaryItemState)
The following members return VerticalGridSummaryItemStateCollection objects:
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
IList<VerticalGridSummaryItemState>
ICollection<VerticalGridSummaryItemState>
IReadOnlyList<VerticalGridSummaryItemState>
IReadOnlyCollection<VerticalGridSummaryItemState>
IEnumerable<VerticalGridSummaryItemState>
Object List<VerticalGridSummaryItemState> GridBaseSummaryItemStateCollection<VerticalGridSummaryItemState> VerticalGridSummaryItemStateCollection
See Also