New to Telerik UI for WPFStart a free 30-day trial

Represents a collection of AggregateFunction items.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public class AggregateFunctionCollection : ObservableItemCollection<AggregateFunction>, IList<AggregateFunction>, ICollection<AggregateFunction>, IList, ICollection, IReadOnlyList<AggregateFunction>, IReadOnlyCollection<AggregateFunction>, IEnumerable<AggregateFunction>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged

Inheritance: objectCollection<AggregateFunction>ObservableCollection<AggregateFunction>RadObservableCollection<AggregateFunction>ObservableItemCollection<AggregateFunction>AggregateFunctionCollection...

Implements: ICollectionICollection<AggregateFunction>IEnumerableIEnumerable<AggregateFunction>IListIList<AggregateFunction>INotifyCollectionChangedINotifyItemChangedINotifyPropertyChangedIReadOnlyCollection<AggregateFunction>IReadOnlyList<AggregateFunction>ISuspendNotifications...

Inherited Members ObservableItemCollection<AggregateFunction>.OnItemChanged(ItemChangedEventArgs<AggregateFunction>)ObservableItemCollection<AggregateFunction>.ClearItems()ObservableItemCollection<AggregateFunction>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableItemCollection<AggregateFunction>.ItemChangedRadObservableCollection<AggregateFunction>.AddRange(IEnumerable<AggregateFunction>)RadObservableCollection<AggregateFunction>.InsertRange(IEnumerable<AggregateFunction>, int)RadObservableCollection<AggregateFunction>.RemoveRange(IEnumerable<AggregateFunction>)RadObservableCollection<AggregateFunction>.Reset()RadObservableCollection<AggregateFunction>.OnPropertyChanged(PropertyChangedEventArgs)RadObservableCollection<AggregateFunction>.OnCollectionChanging(CollectionChangingEventArgs)RadObservableCollection<AggregateFunction>.InsertItem(int, AggregateFunction)RadObservableCollection<AggregateFunction>.RemoveItem(int)RadObservableCollection<AggregateFunction>.SuspendNotifications()RadObservableCollection<AggregateFunction>.ResumeNotifications()RadObservableCollection<AggregateFunction>.RaiseCollectionChangedOnResume()RadObservableCollection<AggregateFunction>.IsDirtyRadObservableCollection<AggregateFunction>.ShouldResetOnResumeNotificationsRadObservableCollection<AggregateFunction>.NotificationsSuspendedRadObservableCollection<AggregateFunction>.AddedItemsRadObservableCollection<AggregateFunction>.RemovedItemsRadObservableCollection<AggregateFunction>.CollectionChangingRadObservableCollection<AggregateFunction>.PropertyChangedObservableCollection<AggregateFunction>.Move(int, int)ObservableCollection<AggregateFunction>.SetItem(int, AggregateFunction)ObservableCollection<AggregateFunction>.MoveItem(int, int)ObservableCollection<AggregateFunction>.BlockReentrancy()ObservableCollection<AggregateFunction>.CheckReentrancy()ObservableCollection<AggregateFunction>.CollectionChangedCollection<AggregateFunction>.Add(AggregateFunction)Collection<AggregateFunction>.Clear()Collection<AggregateFunction>.CopyTo(AggregateFunction[], int)Collection<AggregateFunction>.Contains(AggregateFunction)Collection<AggregateFunction>.GetEnumerator()Collection<AggregateFunction>.IndexOf(AggregateFunction)Collection<AggregateFunction>.Insert(int, AggregateFunction)Collection<AggregateFunction>.Remove(AggregateFunction)Collection<AggregateFunction>.RemoveAt(int)Collection<AggregateFunction>.CountCollection<AggregateFunction>.ItemsCollection<AggregateFunction>.this[int]...

Constructors

C#
public AggregateFunctionCollection()

Properties

Gets the AggregateFunction with the specified function name.

C#
public AggregateFunction this[string functionName] { get; }
Parameters:functionNamestringProperty Value:

First AggregateFunction with the specified function name if any, otherwise null.