Class AggregateResultCollection
Represents a collection of Aggregate
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class AggregateResultCollection : RadObservableCollection<AggregateResult>, ISuspendNotifications, INotifyCollectionStateProvider
Constructors
AggregateResultCollection()
Declaration
public AggregateResultCollection()
Properties
Item[String]
Gets the first AggregatefunctionName
.
Declaration
public AggregateResult this[string functionName] { get; }
Parameters
System.
|
Property Value
Aggregate The Aggregate |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|