Class SparkElementCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkElementCollection : Collection<UISparkElement>, IList<UISparkElement>, ICollection<UISparkElement>, IList, ICollection, IReadOnlyList<UISparkElement>, IReadOnlyCollection<UISparkElement>, IEnumerable<UISparkElement>, IEnumerable
Constructors
SparkElementCollection(UISparkElement)
Initializes a new instance of the SparkElementCollection class.
Declaration
public SparkElementCollection(UISparkElement owner)
Parameters
UISparkElement
owner
The owner. |
SparkElementCollection(UISparkElement, IList<UISparkElement>)
Initializes a new instance of the SparkElementCollection class.
Declaration
public SparkElementCollection(UISparkElement owner, IList<UISparkElement> list)
Parameters
UISparkElement
owner
The owner. |
System.Collections.Generic.IList<UISparkElement>
list
The list. |
Methods
AddRange(UISparkElement[])
Adds the range.
Declaration
public void AddRange(params UISparkElement[] items)
Parameters
UISparkElement[]
items
|
ClearItems()
Removes all elements from the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void ClearItems()
Overrides
InsertItem(Int32, UISparkElement)
Inserts the item.
Declaration
protected override void InsertItem(int index, UISparkElement item)
Parameters
System.Int32
index
The index. |
UISparkElement
item
The item. |
Overrides
RemoveItem(Int32)
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
The zero-based index of the element to remove. |
Overrides
Exceptions
System.ArgumentOutOfRangeException
|