Class AggregateFunctionCollection
Represents a collection of Aggregate
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 Aggregate
Declaration
public AggregateFunction this[string functionName] { get; }
Parameters
System.
|
Property Value
Aggregate First Aggregate |