The following tables list the members exposed by ItemTemplateCollection.
Name | Description | |
---|---|---|
ItemTemplateCollection Constructor | Constructor for the ItemTemplateCollection |
Name | Description | |
---|---|---|
Count | Gets the number of server controls in the System.Web.UI.ControlCollection object for the specified ASP.NET server control. (Inherited from System.Web.UI.ControlCollection) | |
IsReadOnly | Gets a value indicating whether the System.Web.UI.ControlCollection object is read-only. (Inherited from System.Web.UI.ControlCollection) | |
IsSynchronized | Gets a value indicating whether the System.Web.UI.ControlCollection object is synchronized. (Inherited from System.Web.UI.ControlCollection) | |
Item | Type specific indexer for the ItemTemplateCollection. Returns the ItemTemplate at the given index within the collection | |
SyncRoot | Gets an object that can be used to synchronize access to the collection of controls. (Inherited from System.Web.UI.ControlCollection) |
Name | Description | |
---|---|---|
Owner | Gets the ASP.NET server control to which the System.Web.UI.ControlCollection object belongs. (Inherited from System.Web.UI.ControlCollection) |
Name | Description | |
---|---|---|
Add | Adds the specified System.Web.UI.Control object to the collection. (Inherited from System.Web.UI.ControlCollection) | |
AddAt | Adds the specified System.Web.UI.Control object to the collection at the specified index location. (Inherited from System.Web.UI.ControlCollection) | |
Clear | Removes all controls from the current server control's System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.ControlCollection) | |
Contains | Determines whether the specified server control is in the parent server control's System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.ControlCollection) | |
CopyTo | Copies the child controls stored in the System.Web.UI.ControlCollection object to an System.Array object, beginning at the specified index location in the System.Array. (Inherited from System.Web.UI.ControlCollection) | |
GetEnumerator | Retrieves an enumerator that can iterate through the System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.ControlCollection) | |
IndexOf | Retrieves the index of a specified System.Web.UI.Control object in the collection. (Inherited from System.Web.UI.ControlCollection) | |
Remove | Removes the specified server control from the parent server control's System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.ControlCollection) | |
RemoveAt | Removes a child control, at the specified index location, from the System.Web.UI.ControlCollection object. (Inherited from System.Web.UI.ControlCollection) |