Back to Devexpress

ASPxVerticalGridSummaryItemCollection Class

aspnet-devexpress-dot-web-18137723.md

latest3.3 KB
Original Source

ASPxVerticalGridSummaryItemCollection Class

Represents a collection of ASPxVerticalGrid summary items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxVerticalGridSummaryItem>
vb
Public Class ASPxVerticalGridSummaryItemCollection
    Inherits ASPxGridSummaryItemCollectionBase(Of ASPxVerticalGridSummaryItem)

The following members return ASPxVerticalGridSummaryItemCollection objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxVerticalGrid.TotalSummary
ASP.NET MVC ExtensionsVerticalGridSettings.TotalSummary

Remarks

The ASPxVerticalGrid allows you to display total summaries within its summary panel. The ASPxVerticalGridSummaryItemCollection class represents a collection of summary items. Total summary items are stored within the ASPxVerticalGrid.TotalSummary collection.

To learn more, see Data Summaries.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<ASPxVerticalGridSummaryItem>

ICollection<ASPxVerticalGridSummaryItem>

IEnumerable<ASPxVerticalGridSummaryItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<ASPxVerticalGridSummaryItem> ASPxGridSummaryItemCollectionBase<ASPxVerticalGridSummaryItem> ASPxVerticalGridSummaryItemCollection

See Also

ASPxVerticalGridSummaryItemCollection Members

DevExpress.Web Namespace