Represents a collection of AggregateResult items.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class AggregateResultCollection : RadObservableCollection<AggregateResult>, IList<AggregateResult>, ICollection<AggregateResult>, IList, ICollection, IReadOnlyList<AggregateResult>, IReadOnlyCollection<AggregateResult>, IEnumerable<AggregateResult>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications
Inheritance: objectCollection<AggregateResult>ObservableCollection<AggregateResult>RadObservableCollection<AggregateResult>AggregateResultCollection
Implements:
Inherited Members
Constructors
C#
public AggregateResultCollection()
Properties
Gets the first AggregateResult which
FunctionName is equal to functionName.
C#
public AggregateResult this[string functionName] { get; }
The AggregateResult for the specified function if any, otherwise null.