ASPxVerticalGrid.TotalSummary Property
Provides access to total summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
ASPxVerticalGridSummaryItemCollection | null | An ASPxVerticalGridSummaryItemCollection object that is the collection of summary items. |
Remarks
Total summaries are displayed within the summary panel provided that the ASPxVerticalGridSettings.ShowSummaryPanel option is set to true
. The total summary is a value of an aggregate function calculated over all records displayed within the ASPxVerticalGrid.
Note
In server mode, a summary cannot be calculated for unbound rows whose values are calculated using events (see ASPxVerticalGrid.CustomUnboundRowData). Only rows with unbound expressions (see VerticalGridDataRow.UnboundExpression) support summary calculation.
To learn more, see Data Summaries.