Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class AggregateDescriptionsCollection : IPivotFieldDescriptionCollection, IList, ICollection, IEnumerable
Inheritance: objectAggregateDescriptionsCollection
Implements:
Constructors
C#
public AggregateDescriptionsCollection(RadPivotGridElement owner)
Properties
C#
public bool IsReadOnly { get; }
C#
public RadPivotGridElement Owner { get; }
Implements:
Methods
C#
public void Clear()
C#
public void CopyTo(IAggregateDescription[] array, int arrayIndex)
C#
public IEnumerator<IAggregateDescription> GetEnumerator()
IEnumerator<IAggregateDescription>
C#
public void Insert(int index, IAggregateDescription item)