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