Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkElementCollection : Collection<UISparkElement>, IList, ICollection, IEnumerable
Inheritance: objectCollection<UISparkElement>SparkElementCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkElementCollection class.
C#
public SparkElementCollection(UISparkElement owner, IList<UISparkElement> list)
The owner.
listIList<UISparkElement>The list.
Initializes a new instance of the SparkElementCollection class.
Methods
Adds the range.
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, UISparkElement item)
The index.
itemUISparkElementThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.