Back to Devexpress

VerticalGridSummaryItemStateCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-a2eaca9b.md

latest3.2 KB
Original Source

VerticalGridSummaryItemStateCollection Class

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

Declaration

csharp
public class VerticalGridSummaryItemStateCollection :
    GridBaseSummaryItemStateCollection<VerticalGridSummaryItemState>
vb
Public Class VerticalGridSummaryItemStateCollection
    Inherits GridBaseSummaryItemStateCollection(Of VerticalGridSummaryItemState)

The following members return VerticalGridSummaryItemStateCollection objects:

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Implements

IList<VerticalGridSummaryItemState>

ICollection<VerticalGridSummaryItemState>

IList

ICollection

IReadOnlyList<VerticalGridSummaryItemState>

IReadOnlyCollection<VerticalGridSummaryItemState>

IEnumerable<VerticalGridSummaryItemState>

IEnumerable

Inheritance

Object List<VerticalGridSummaryItemState> GridBaseSummaryItemStateCollection<VerticalGridSummaryItemState> VerticalGridSummaryItemStateCollection

See Also

VerticalGridSummaryItemStateCollection Members

Vertical Grid

DevExpress.Web.Mvc Namespace