wpf-devexpress-dot-xpf-dot-grid-dot-summaryitemcollectionbase-1.md
The base class for summary item collections.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public abstract class SummaryItemCollectionBase<T> :
ObservableCollectionCore<T>,
ISummaryItemOwner,
IEnumerable<SummaryItemBase>,
IEnumerable,
INotifyCollectionChanged,
IList,
ICollection,
ISupportGetCachedIndex<SummaryItemBase>
where T : SummaryItemBase, new()
Public MustInherit Class SummaryItemCollectionBase(Of T As {SummaryItemBase, New})
Inherits ObservableCollectionCore(Of T)
Implements ISummaryItemOwner,
IEnumerable(Of SummaryItemBase),
IEnumerable,
INotifyCollectionChanged,
IList,
ICollection,
ISupportGetCachedIndex(Of SummaryItemBase)
| Name | Description |
|---|---|
| T |
A summary item (GridSummaryItem or TreeListSummaryItem object).
|
Object Collection<T> ObservableCollection<T> DevExpress.Xpf.Core.ObservableCollectionCore<T> SummaryItemCollectionBase<T> GridSummaryItemCollection
See Also