This documentation is archived and is not being maintained.
Repeater.Controls Property
.NET Framework 1.1
Gets a System.Web.UI.ControlCollection that contains the child controls of the Repeater.
[Visual Basic] Overrides Public ReadOnly Property Controls As ControlCollection [C#] public override ControlCollection Controls {get;} [C++] public: __property ControlCollection* get_Controls(); [JScript] public override function get Controls() : ControlCollection;
Property Value
A System.Web.UI.ControlCollection that contains the child controls of the Repeater control.
Remarks
Use the Controls collection to manage the child controls of the Repeater control. It is commonly used to retrieve a child control from the collection. You can also add and remove child controls from the collection.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace | System.Web.UI.ControlCollection
Show: