System.Web.UI.WebControls.CompositeDataBoundControl.Controls Property

Gets a collection of the child controls within the composite data-bound control.

Syntax

public override System.Web.UI.ControlCollection Controls { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A composite data-bound control is a combination of one or more server controls. Use the CompositeDataBoundControl.Controls property to manage these child controls. You can add, remove, or iterate through the server controls in the collection.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0