Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class SparkViewControllerCollection : ControllerCollection, IList, ICollection, IEnumerable
Inheritance: objectCollection<Controller>ControllerCollectionSparkViewControllerCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkViewControllerCollection class.
C#
public SparkViewControllerCollection(ISparkViewHost owner)
The owner.
Methods
Adds the range.
Inserts the item.
C#
protected override void InsertItem(int index, Controller item)
The index.
itemControllerThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.