ClassAggregateFunctionCollection
Class
Represents a collection of AggregateFunction items.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
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:
Inherited Members
Constructors
AggregateFunctionCollection()
Declaration
cs-api-definition
public AggregateFunctionCollection()
Properties
this[string]
Gets the AggregateFunction with the specified function name.
Declaration
cs-api-definition
public AggregateFunction this[string functionName] { get; }
Parameters
functionName
Property Value
First AggregateFunction with the specified function name if any, otherwise null.