CompositeDataBoundControl.Controls Property
.NET Framework 3.0
Gets a collection of the child controls within the composite data-bound control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property ControlCollection^ Controls { ControlCollection^ get () override; }
/** @property */ public ControlCollection get_Controls ()
public override function get Controls () : ControlCollection
Not applicable.
Property Value
A ControlCollection that represents the child controls within the composite data-bound control.Community Additions
ADD
Show: