HierarchicalDataSourceControl::Controls Property
.NET Framework (current version)
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
Assembly: System.Web (in System.Web.dll)
public: property ControlCollection^ Controls { virtual ControlCollection^ get() override; }
Property Value
Type: System.Web.UI::ControlCollection^The collection of child controls for the specified server control.
.NET Framework
Available since 2.0
Available since 2.0
Show: