Class AggregateFunctionCollection
Represents a collection of AggregateFunction items.
Inheritance
System.Object
AggregateFunctionCollection
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class AggregateFunctionCollection : ObservableItemCollection<AggregateFunction>, ISuspendNotifications, INotifyCollectionStateProvider, IWeakEventListener<PropertyChangedEventArgs>, INotifyItemChanged
Constructors
AggregateFunctionCollection()
Declaration
public AggregateFunctionCollection()
Properties
Item[String]
Gets the AggregateFunction with the specified function name.
Declaration
public AggregateFunction this[string functionName] { get; }
Parameters
System.String
functionName
|
Property Value
AggregateFunction
First AggregateFunction with the specified function name if any, otherwise null. |