New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
IsReadOnly
Item
arrayIndex
Telerik.Web.UI.GenericStateManagedCollection`1
This class represents a generic state menaged collection of web controls.
Inheritance Hierarchy
- System.Object
- System.Web.UI.StateManagedCollection
- Telerik.Web.UI.GenericStateManagedCollection`1
Properties
IsReadOnly Boolean
Gets the IsReadOnly.
Item TItem
Gets the CollectionItem at the specified index in the current collection.
Methods
Add
Adds a CollectionItem to the collection.
Returns
System.Void
CopyTo
Copies the items of ICollection to Array.
Parameters
array ``0`
The array.
arrayIndex System.Int32
Index of the array.
Returns
System.Void
IndexOf
Gets the index of a CollectionItem.
Returns
System.Int32
Insert
Inserts a CollectionItem.
Returns
System.Void
Remove
Removes the specified item.
Parameters
item ``0`
The CollectionItem item.
Returns
System.Boolean
RemoveAt
Removes a CollectionItem by index.
Returns
System.Void