aspnet-devexpress-dot-web-dot-aspxverticalgrid-6bdc1225.md
Provides access to total summary items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(null)]
public ASPxVerticalGridSummaryItemCollection TotalSummary { get; }
<DefaultValue(Nothing)>
Public ReadOnly Property TotalSummary As ASPxVerticalGridSummaryItemCollection
| Type | Default | Description |
|---|---|---|
| ASPxVerticalGridSummaryItemCollection | null |
An ASPxVerticalGridSummaryItemCollection object that is the collection of summary items.
|
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.
See Also
GetTotalSummaryValue(ASPxVerticalGridSummaryItem)
GetTotalSummaryDisplayText(VerticalGridRow, Object)
TotalSummary