Skip to main content

VerticalGridCustomBindingGetSummaryValuesArgs.SummaryItems Property

Gets a list of summary items which are used within the VerticalGrid and whose values must be calculated.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public List<VerticalGridSummaryItemState> SummaryItems { get; protected set; }

Property Value

Type Description
List<VerticalGridSummaryItemState>

A list of VerticalGridSummaryItemState objects containing information about summaries used within the VerticalGrid.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also