Back to Devexpress

ASPxVerticalGrid.TotalSummary Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-6bdc1225.md

latest2.8 KB
Original Source

ASPxVerticalGrid.TotalSummary Property

Provides access to total summary items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public ASPxVerticalGridSummaryItemCollection TotalSummary { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property TotalSummary As ASPxVerticalGridSummaryItemCollection

Property Value

TypeDefaultDescription
ASPxVerticalGridSummaryItemCollectionnull

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.

See Also

GetTotalSummaryValue(ASPxVerticalGridSummaryItem)

GetTotalSummaryDisplayText(VerticalGridRow, Object)

TotalSummary

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace