Version

ItemTemplateCollection Class Properties

For a list of all members of this type, see ItemTemplateCollection members.

Public Properties
 NameDescription
Public PropertyCountGets 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)
Public PropertyIsReadOnlyGets a value indicating whether the System.Web.UI.ControlCollection object is read-only. (Inherited from System.Web.UI.ControlCollection)
Public PropertyIsSynchronizedGets a value indicating whether the System.Web.UI.ControlCollection object is synchronized. (Inherited from System.Web.UI.ControlCollection)
Public PropertyItemType specific indexer for the ItemTemplateCollection. Returns the ItemTemplate at the given index within the collection  
Public PropertySyncRootGets an object that can be used to synchronize access to the collection of controls. (Inherited from System.Web.UI.ControlCollection)
Protected Properties
 NameDescription
Protected PropertyOwnerGets the ASP.NET server control to which the System.Web.UI.ControlCollection object belongs. (Inherited from System.Web.UI.ControlCollection)
See Also