Back to Devexpress

GridViewProperties.GroupSummary Property

aspnet-devexpress-dot-web-dot-gridviewproperties-39161e75.md

latest1.3 KB
Original Source

GridViewProperties.GroupSummary Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
ASPxSummaryItemCollectionnull

An ASPxSummaryItemCollection object that represents the collection of group summary items.

|

See Also

ASPxGridLookup

GridViewProperties Class

GridViewProperties Members

DevExpress.Web Namespace