ClassSparkElementCollection
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkElementCollection : Collection<UISparkElement>, IList, ICollection, IEnumerable
Inheritance: objectCollection<UISparkElement>SparkElementCollection
Implements:
Inherited Members
Constructors
SparkElementCollection(UISparkElement)
Initializes a new instance of the SparkElementCollection class.
Declaration
public SparkElementCollection(UISparkElement owner)
Parameters
owner
The owner.
SparkElementCollection(UISparkElement, IList<UISparkElement>)
Initializes a new instance of the SparkElementCollection class.
Declaration
public SparkElementCollection(UISparkElement owner, IList<UISparkElement> list)
Parameters
owner
The owner.
list
IList<UISparkElement>
The list.
Methods
AddRange(params UISparkElement[])
Adds the range.
Declaration
public void AddRange(params UISparkElement[] items)
Parameters
items
ClearItems()
Removes all elements from the Collection<T>.
Declaration
protected override void ClearItems()
Overrides
InsertItem(int, UISparkElement)
Inserts the item.
Declaration
protected override void InsertItem(int index, UISparkElement item)
Parameters
index
The index.
item
The item.
Overrides
RemoveItem(int)
Removes the element at the specified index of the Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
index
The zero-based index of the element to remove.
Exceptions
index is less than zero.-or-index is equal
to or greater than Count.
Overrides