Skip to main content

GridViewSummaryItemStateCollection Class

A collection that contains information (the current state) on summary items.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class GridViewSummaryItemStateCollection :
    GridBaseSummaryItemStateCollection<GridViewSummaryItemState>

The following members return GridViewSummaryItemStateCollection objects:

Remarks

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

See Also