ClassElementCollection<T>
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class ElementCollection<T> : Collection<T>, IList, ICollection, IEnumerable where T : SparkNode
Inheritance: objectCollection<T>ElementCollection<T>
Derived Classes:
Implements:
Inherited Members
Constructors
ElementCollection(SparkElement)
Initializes a new instance of the ElementCollection<T> class.
Declaration
cs-api-definition
public ElementCollection(SparkElement owner)
Parameters
owner
The owner.
Methods
ClearItems()
Removes all items from the collection.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, T)
Inserts the item at the specified index.
Declaration
cs-api-definition
protected override void InsertItem(int index, T item)
Parameters
index
The index.
item
T
The item.
Overrides
RemoveItem(int)
Removes the item at the specified index.
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
The index.
Overrides