CompositeDataBoundControl::Controls Property
.NET Framework (current version)
Gets a collection of the child controls within the composite data-bound control.
Assembly: System.Web (in System.Web.dll)
public: property ControlCollection^ Controls { virtual ControlCollection^ get() override; }
Property Value
Type: System.Web.UI::ControlCollection^A ControlCollection that represents the child controls within the composite data-bound control.
A composite data-bound control is a combination of one or more server controls. Use the Controls property to manage these child controls. You can add, remove, or iterate through the server controls in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: