[]
Represents a view having a single element calculated by aggregating a source view.
public class AggregationView<TSource, TResult> : View<TResult>, IList, ICollection, IDisposable, IListSource, ITypedList, IItemProperties, ICollectionView, INotifyCollectionChanged, IEditableCollectionView, IList<TResult>, ICollection<TResult>, IObservableSource<TResult>, IIndexedSource<TResult>, IEnumerable<TResult>, IEnumerable, INotifyPropertyChanged
Public Class AggregationView(Of TSource, TResult)
Inherits View(Of TResult)
Implements IList, ICollection, IDisposable, IListSource, ITypedList, IItemProperties, ICollectionView, INotifyCollectionChanged, IEditableCollectionView, IList(Of TResult), ICollection(Of TResult), IObservableSource(Of TResult), IIndexedSource(Of TResult), IEnumerable(Of TResult), IEnumerable, INotifyPropertyChanged
| Name | Description |
|---|---|
| TSource | The type of the elements of the source view. |
| TResult | The type of the single element of the aggregation view. |
| Name | Description |
|---|---|
| Value | Gets the value of the single element of the aggregation view. |