Skip to main content
Tab

ASPxGridSummaryItemCollectionBase<T> Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class ASPxGridSummaryItemCollectionBase<T> :
    Collection<T>,
    IGridSummaryItemCollection
    where T : ASPxSummaryItemBase, new()

Type Parameters

Name
T

Implements

DevExpress.Utils.IAssignableCollection
See Also