Group<T>
Class
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public class Group<T> : IReadOnlyCollection<T>, IEnumerable where T : IDataItem
Inheritance: objectGroup<T>
Derived Classes:
Implements:
Constructors
Properties
Gets the groups.
C#
public virtual GroupCollection<T> Groups { get; }
The groups.
Gets or sets the header.
C#
public virtual string Header { get; set; }
The header.
Gets the item count.
C#
public virtual int ItemCount { get; }
The item count.
Items
IList<T>
C#
protected virtual IList<T> Items { get; }
Gets the parent.
C#
public virtual Group<T> Parent { get; }
The parent.
Methods
Determines whether [contains] [the specified item].
C#
public virtual bool Contains(T item)
The item.
Returns:true if [contains] [the specified item]; otherwise, false.
Implements:
Copies to.
C#
public virtual void CopyTo(T[] array, int index)
The array.
indexintThe index.
Implements:
C#
public virtual IEnumerator<T> GetEnumerator()
IEnumerator<T>
Indexes the of.