Back to Devexpress

ASPxGridSummaryItemCollectionBase<T> Class

aspnet-devexpress-dot-web-dot-aspxgridsummaryitemcollectionbase-1.md

latest2.4 KB
Original Source

ASPxGridSummaryItemCollectionBase<T> Class

Serves as a base class for the ASPxCardViewSummaryItemCollection and ASPxSummaryItemCollection classes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxGridSummaryItemCollectionBase<T> :
    Collection<T>,
    IGridSummaryItemCollection
    where T : ASPxSummaryItemBase, new()
vb
Public MustInherit Class ASPxGridSummaryItemCollectionBase(Of T As {ASPxSummaryItemBase, New})
    Inherits Collection(Of T)
    Implements IGridSummaryItemCollection

Type Parameters

Name
T

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<T>

ICollection<T>

IEnumerable<T>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<T> ASPxGridSummaryItemCollectionBase<T> ASPxCardViewSummaryItemCollection

ASPxSummaryItemCollection

ASPxVerticalGridSummaryItemCollection

See Also

ASPxGridSummaryItemCollectionBase<T> Members

DevExpress.Web Namespace