ASPxVerticalGrid.TotalSummary Property
Provides access to total summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public ASPxVerticalGridSummaryItemCollection TotalSummary { get; }
#Property Value
Type | Default | Description |
---|---|---|
ASPx |
null | An ASPx |
#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 ASPx
To learn more, see Data Summaries.