Back to Devexpress

GridViewProperties.TotalSummary Property

aspnet-devexpress-dot-web-dot-gridviewproperties-01d27994.md

latest1.3 KB
Original Source

GridViewProperties.TotalSummary Property

Manipulates the built-in ASPxGridView’s ASPxGridView.TotalSummary property.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
ASPxSummaryItemCollectionnull

An ASPxSummaryItemCollection object that represents the collection of summary items.

|

See Also

ASPxGridLookup

GridViewProperties Class

GridViewProperties Members

DevExpress.Web Namespace