Back to Devexpress

GridViewSummaryItemStateCollection Class

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

latest3.2 KB
Original Source

GridViewSummaryItemStateCollection 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 GridViewSummaryItemStateCollection :
    GridBaseSummaryItemStateCollection<GridViewSummaryItemState>
vb
Public Class GridViewSummaryItemStateCollection
    Inherits GridBaseSummaryItemStateCollection(Of GridViewSummaryItemState)

The following members return GridViewSummaryItemStateCollection objects:

Remarks

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

Implements

IList<GridViewSummaryItemState>

ICollection<GridViewSummaryItemState>

IList

ICollection

IReadOnlyList<GridViewSummaryItemState>

IReadOnlyCollection<GridViewSummaryItemState>

IEnumerable<GridViewSummaryItemState>

IEnumerable

Inheritance

Object List<GridViewSummaryItemState> GridBaseSummaryItemStateCollection<GridViewSummaryItemState> GridViewSummaryItemStateCollection

See Also

GridViewSummaryItemStateCollection Members

DevExpress.Web.Mvc Namespace