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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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