ClassGroup<T>
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
public class Group<T> : IReadOnlyCollection<T>, IEnumerable where T : IDataItem
Inheritance: objectGroup<T>
Derived Classes:
Implements:
Constructors
Properties
Groups
Gets the groups.
Declaration
public virtual GroupCollection<T> Groups { get; }
Property Value
The groups.
Header
Gets or sets the header.
Declaration
public virtual string Header { get; set; }
Property Value
The header.
ItemCount
Gets the item count.
Declaration
public virtual int ItemCount { get; }
Property Value
The item count.
Items
Declaration
protected virtual IList<T> Items { get; }
Property Value
IList<T>
Key
Gets the key of the group.
Level
Get the zero-based depth of the Group
Methods
Contains(T)
Determines whether [contains] [the specified item].
Declaration
public virtual bool Contains(T item)
Parameters
item
T
The item.
Returns
true if [contains] [the specified item]; otherwise, false.
Implements
CopyTo(T[], int)
Copies to.
Declaration
public virtual void CopyTo(T[] array, int index)
Parameters
array
T[]
The array.
index
The index.
Implements
Evaluate(string)
Evaluates the specified expression.
GetEnumerator()
Declaration
public virtual IEnumerator<T> GetEnumerator()
Returns
IEnumerator<T>
IndexOf(T)
Indexes the of.
Declaration
public virtual int IndexOf(T item)
Parameters
item
T
The item.
Returns
Implements