Class AggregateDescriptionsCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class AggregateDescriptionsCollection : IList<IAggregateDescription>, ICollection<IAggregateDescription>, IEnumerable<IAggregateDescription>, IPivotFieldDescriptionCollection, IList, ICollection, IEnumerable
Constructors
AggregateDescriptionsCollection(RadPivotGridElement)
Declaration
public AggregateDescriptionsCollection(RadPivotGridElement owner)
Parameters
RadPivotGridElement
owner
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
Item[Int32]
Declaration
public IAggregateDescription this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
IAggregateDescription
|
Implements
Owner
Methods
Add(IAggregateDescription)
Declaration
public void Add(IAggregateDescription item)
Parameters
IAggregateDescription
item
|
Implements
Clear()
Declaration
public void Clear()
Implements
Contains(IAggregateDescription)
Declaration
public bool Contains(IAggregateDescription item)
Parameters
IAggregateDescription
item
|
Returns
System.Boolean
|
Implements
CopyTo(IAggregateDescription[], Int32)
Declaration
public void CopyTo(IAggregateDescription[] array, int arrayIndex)
Parameters
IAggregateDescription[]
array
|
System.Int32
arrayIndex
|
Implements
GetEnumerator()
Declaration
public IEnumerator<IAggregateDescription> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<IAggregateDescription>
|
Implements
IndexOf(IAggregateDescription)
Declaration
public int IndexOf(IAggregateDescription item)
Parameters
IAggregateDescription
item
|
Returns
System.Int32
|
Implements
Insert(Int32, IAggregateDescription)
Declaration
public void Insert(int index, IAggregateDescription item)
Parameters
System.Int32
index
|
IAggregateDescription
item
|
Implements
Remove(IAggregateDescription)
Declaration
public bool Remove(IAggregateDescription item)
Parameters
IAggregateDescription
item
|
Returns
System.Boolean
|
Implements
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
System.Array
array
|
System.Int32
index
|
Implements
ICollection.Count
Declaration
int ICollection.Count { get; }
Returns
System.Int32
|
Implements
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.Boolean
|
Implements
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.Object
|
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
IList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
IList.Clear()
Declaration
void IList.Clear()
Implements
IList.Contains(Object)
Declaration
bool IList.Contains(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|
Implements
IList.get_Item(Int32)
Declaration
object IList.get_Item(int index)
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
IList.IndexOf(Object)
Declaration
int IList.IndexOf(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Implements
IList.IsFixedSize
Declaration
bool IList.IsFixedSize { get; }
Returns
System.Boolean
|
Implements
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
System.Boolean
|
Implements
IList.Item[Int32]
Declaration
object IList.this[] { get; set; }
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
IList.Remove(Object)
Declaration
void IList.Remove(object value)
Parameters
System.Object
value
|
Implements
IList.RemoveAt(Int32)
Declaration
void IList.RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
IList.set_Item(Int32, Object)
Declaration
void IList.set_Item(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|