Skip to main content
A newer version of this page is available. .

GridBaseSummaryItemStateCollection<T> Class

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

Namespace: DevExpress.Web.Mvc

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

Declaration

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

Type Parameters

Name
T
See Also