Class RowGroupDescriptionCollection
Represents a collection that stores row group descriptors.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class RowGroupDescriptionCollection : IList<IGroupDescription>, ICollection<IGroupDescription>, IEnumerable<IGroupDescription>, IPivotFieldDescriptionCollection, IList, ICollection, IEnumerable
Constructors
RowGroupDescriptionCollection(RadPivotGridElement)
Initializes a new instance of the Row
Declaration
public RowGroupDescriptionCollection(RadPivotGridElement owner)
Parameters
Rad The owner. |
Properties
Count
Gets the number of elements contained in the System.Collections.Generic.ICollection<T>.
Declaration
public int Count { get; }
Property Value
System. The number of elements contained in the System.Collections.Generic.ICollection<T>. |
Implements
IsReadOnly
Gets a value indicating whether the System.Collections.Generic.ICollection<T> is read-only.
Declaration
public bool IsReadOnly { get; }
Property Value
System. true if the System.Collections.Generic.ICollection<T> is read-only; otherwise, false. |
Implements
Item[Int32]
Gets or sets the IGroup
Declaration
public IGroupDescription this[int index] { get; set; }
Parameters
System.
|
Property Value
Implements
Owner
Gets the owner.
Declaration
public RadPivotGridElement Owner { get; }
Property Value
Rad The owner. |
Implements
Methods
Add(IGroupDescription)
Adds the specified item.
Declaration
public void Add(IGroupDescription item)
Parameters
IGroup The item. |
Implements
Clear()
Removes all items from the System.Collections.Generic.ICollection<T>.
Declaration
public void Clear()
Implements
Exceptions
System. The System.Collections.Generic.ICollection<T> is read-only. |
Contains(IGroupDescription)
Determines whether the collection contains the specified item.
Declaration
public bool Contains(IGroupDescription item)
Parameters
IGroup The item. |
Returns
System.
|
Implements
CopyTo(IGroupDescription[], Int32)
Copies to the array at the specified index.
Declaration
public void CopyTo(IGroupDescription[] array, int arrayIndex)
Parameters
IGroup The array. |
System. Index of the array. |
Implements
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<IGroupDescription> GetEnumerator()
Returns
System. A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |
Implements
IndexOf(IGroupDescription)
Gets the index of the item.
Declaration
public int IndexOf(IGroupDescription item)
Parameters
IGroup The item. |
Returns
System.
|
Implements
Insert(Int32, IGroupDescription)
Inserts the specified index.
Declaration
public void Insert(int index, IGroupDescription item)
Parameters
System. The index. |
IGroup The item. |
Implements
Remove(IGroupDescription)
Removes the specified item.
Declaration
public bool Remove(IGroupDescription item)
Parameters
IGroup The item. |
Returns
System.
|
Implements
RemoveAt(Int32)
Removes the System.Collections.Generic.IList<T> item at the specified index.
Declaration
public void RemoveAt(int index)
Parameters
System. The zero-based index of the item to remove. |
Implements
Exceptions
System.
|
System. The System.Collections.Generic.IList<T> is read-only. |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
System.
|
System.
|
Implements
ICollection.Count
Declaration
int ICollection.Count { get; }
Returns
System.
|
Implements
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.
|
Implements
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.
|
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.
|
Implements
IList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
System.
|
Returns
System.
|
Implements
IList.Clear()
Declaration
void IList.Clear()
Implements
IList.Contains(Object)
Declaration
bool IList.Contains(object value)
Parameters
System.
|
Returns
System.
|
Implements
IList.get_Item(Int32)
Declaration
object IList.get_Item(int index)
Parameters
System.
|
Returns
System.
|
Implements
IList.IndexOf(Object)
Declaration
int IList.IndexOf(object value)
Parameters
System.
|
Returns
System.
|
Implements
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.
|
System.
|
Implements
IList.IsFixedSize
Declaration
bool IList.IsFixedSize { get; }
Returns
System.
|
Implements
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
System.
|
Implements
IList.Item[Int32]
Declaration
object IList.this[] { get; set; }
Parameters
System.
|
Returns
System.
|
Implements
IList.Remove(Object)
Declaration
void IList.Remove(object value)
Parameters
System.
|
Implements
IList.RemoveAt(Int32)
Declaration
void IList.RemoveAt(int index)
Parameters
System.
|
Implements
IList.set_Item(Int32, Object)
Declaration
void IList.set_Item(int index, object value)
Parameters
System.
|
System.
|