Class
SparkViewControllerCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SparkViewControllerCollection : ControllerCollection, IList, ICollection, IEnumerable

Inheritance: objectCollection<Controller>ControllerCollectionSparkViewControllerCollection

Implements: ICollectionIEnumerableIList

Inherited Members Collection<Controller>.Add(Controller)Collection<Controller>.Clear()Collection<Controller>.CopyTo(Controller[], int)Collection<Controller>.Contains(Controller)Collection<Controller>.GetEnumerator()Collection<Controller>.IndexOf(Controller)Collection<Controller>.Insert(int, Controller)Collection<Controller>.Remove(Controller)Collection<Controller>.RemoveAt(int)Collection<Controller>.ClearItems()Collection<Controller>.SetItem(int, Controller)Collection<Controller>.CountCollection<Controller>.ItemsCollection<Controller>.this[int]

Constructors

SparkViewControllerCollection(ISparkViewHost)

Initializes a new instance of the SparkViewControllerCollection class.

Declaration

cs-api-definition
public SparkViewControllerCollection(ISparkViewHost owner)

Parameters

owner

ISparkViewHost

The owner.

Methods

AddRange(params Controller[])

Adds the range.

Declaration

cs-api-definition
public void AddRange(params Controller[] items)

Parameters

items

Controller[]

InsertItem(int, Controller)

Inserts the item.

Declaration

cs-api-definition
protected override void InsertItem(int index, Controller item)

Parameters

index

int

The index.

item

Controller

The item.

Overrides Collection<Controller>.InsertItem(int, Controller)

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

int

The zero-based index of the element to remove.

Exceptions

ArgumentOutOfRangeException

index is less than zero.-or-index is equal to or greater than Count.

Overrides Collection<Controller>.RemoveItem(int)