Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapGroupedItemsCollection : IReadOnlyCollection<TreeMapDataItem>, IEnumerable, IDisposable
Inheritance: objectTreeMapGroupedItemsCollection
Implements:
Constructors
C#
public TreeMapGroupedItemsCollection()
Properties
InnerList
IList<TreeMapDataItem>
C#
protected IList<TreeMapDataItem> InnerList { get; set; }
Gets the item at the specified index.
Methods
Determines whether [contains] [the specified value].
C#
public bool Contains(TreeMapDataItem value)
The value.
Returns:true if [contains] [the specified value]; otherwise, false.
Implements:
Copies to.
C#
public void CopyTo(TreeMapDataItem[] array, int index)
The array.
indexintThe index.
Implements:
C#
public void Dispose()
Implements:
Indexes the of.
C#
public int IndexOf(TreeMapDataItem value)
The value.
Returns:Implements:
C#
public void ResetListSource()