Skip to main content
A newer version of this page is available. .
All docs
V20.2

SummaryItemCollectionBase<T> Class

The base class for summary item collections.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public abstract class SummaryItemCollectionBase<T> :
    ObservableCollectionCore<T>,
    ISummaryItemOwner,
    IEnumerable<SummaryItemBase>,
    IEnumerable,
    INotifyCollectionChanged,
    IList,
    ICollection,
    ISupportGetCachedIndex<SummaryItemBase>
    where T : SummaryItemBase, new()

Type Parameters

Name Description
T

A summary item (GridSummaryItem or TreeListSummaryItem object).

Inheritance

Object
Collection<T>
ObservableCollection<T>
DevExpress.Xpf.Core.ObservableCollectionCore<T>
See Also