ClassSparkAnnotationCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkAnnotationCollection : Collection<SparkAnnotation>, IList, ICollection, IEnumerable
Inheritance: objectCollection<SparkAnnotation>SparkAnnotationCollection
Implements:
Inherited Members
Constructors
SparkAnnotationCollection(SparkArea)
Initializes a new instance of the SparkAnnotationCollection class.
Declaration
cs-api-definition
public SparkAnnotationCollection(SparkArea owner)
Parameters
owner
The owner.
Properties
Methods
AddRange(params SparkAnnotation[])
Adds the range.
Declaration
cs-api-definition
public void AddRange(params SparkAnnotation[] items)
Parameters
items
ClearItems()
Removes all elements from the Collection<T>.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, SparkAnnotation)
Inserts the item at the specific index.
Declaration
cs-api-definition
protected override void InsertItem(int index, SparkAnnotation item)
Parameters
index
The index.
item
The item.
Overrides
RemoveItem(int)
Removes the element at the specified index of the Collection<T>.
Declaration
cs-api-definition
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