Class GroupCollection<T>
Inheritance
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<Group<T>>
GroupCollection<T>
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.Contains(Telerik.WinControls.Data.Group<T>)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.CopyTo(Telerik.WinControls.Data.Group<T>[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.IndexOf(Telerik.WinControls.Data.Group<T>)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.IList<Telerik.WinControls.Data.Group<T>>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.IList<Telerik.WinControls.Data.Group<T>>.set_Item(System.Int32, Telerik.WinControls.Data.Group<T>)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.ICollection<Telerik.WinControls.Data.Group<T>>.Add(Telerik.WinControls.Data.Group<T>)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.ICollection<Telerik.WinControls.Data.Group<T>>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.IList<Telerik.WinControls.Data.Group<T>>.Insert(System.Int32, Telerik.WinControls.Data.Group<T>)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.ICollection<Telerik.WinControls.Data.Group<T>>.Remove(Telerik.WinControls.Data.Group<T>)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.IList<Telerik.WinControls.Data.Group<T>>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.ICollection<Telerik.WinControls.Data.Group<T>>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.Generic.IList<Telerik.WinControls.Data.Group<T>>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.Data.Group<T>>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll
Syntax
public class GroupCollection<T> : ReadOnlyCollection<Group<T>>, IList<Group<T>>, ICollection<Group<T>>, IList, ICollection, IReadOnlyList<Group<T>>, IReadOnlyCollection<Group<T>>, IEnumerable<Group<T>>, IEnumerable, IDisposable where T : IDataItem
Type Parameters
T
|
Constructors
GroupCollection(IList<Group<T>>)
Declaration
public GroupCollection(IList<Group<T>> list)
Parameters
System.Collections.Generic.IList<Group<T>>
list
|
Fields
Empty
Properties
GroupList
Gets the group list contained in this collection. This property is used internally.
Declaration
public IList<Group<T>> GroupList { get; }
Property Value
System.Collections.Generic.IList<Group<T>>
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()