BaseDataList::Controls Property
.NET Framework (current version)
Gets a System.Web.UI::ControlCollection object that contains a collection of child controls in a data listing control.
Assembly: System.Web (in System.Web.dll)
public: property ControlCollection^ Controls { virtual ControlCollection^ get() override; }
Property Value
Type: System.Web.UI::ControlCollection^A System.Web.UI::ControlCollection that contains a collection of child controls in a data listing control.
Use the Controls collection to manage the child controls contained in a data listing control. You can add controls, remove controls, or iterate through the server controls in the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: