Skip to main content

GridBaseSummaryItemStateCollection<T> Class

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public abstract class GridBaseSummaryItemStateCollection<T> :
    List<T>,
    IGridSummaryItemStateCollection
    where T : GridBaseSummaryItemState

Type Parameters

Name
T
See Also