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.v24.2.dll

Declaration

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

Type Parameters

Name
T
See Also