[]
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
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. |