Back to Devexpress

GridBaseSummaryItemStateCollection<T> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridbasesummaryitemstatecollection-1.md

latest2.6 KB
Original Source

GridBaseSummaryItemStateCollection<T> Class

Serves as a base class for the CardViewSummaryItemStateCollection and GridViewSummaryItemStateCollection classes.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public abstract class GridBaseSummaryItemStateCollection<T> :
    List<T>,
    IGridSummaryItemStateCollection
    where T : GridBaseSummaryItemState
vb
Public MustInherit Class GridBaseSummaryItemStateCollection(Of T As GridBaseSummaryItemState)
    Inherits List(Of T)
    Implements IGridSummaryItemStateCollection

Type Parameters

Name
T

Implements

IList<T>

ICollection<T>

IList

ICollection

IReadOnlyList<T>

IReadOnlyCollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object List<T> GridBaseSummaryItemStateCollection<T> CardViewSummaryItemStateCollection

GridViewSummaryItemStateCollection

VerticalGridSummaryItemStateCollection

See Also

GridBaseSummaryItemStateCollection<T> Members

DevExpress.Web.Mvc Namespace