CompositeDataBoundControl.Controls 属性

定义

获取复合数据绑定控件内的子控件的集合。

public:
 virtual property System::Web::UI::ControlCollection ^ Controls { System::Web::UI::ControlCollection ^ get(); };
public override System.Web.UI.ControlCollection Controls { get; }
member this.Controls : System.Web.UI.ControlCollection
Public Overrides ReadOnly Property Controls As ControlCollection

属性值

ControlCollection

一个 ControlCollection,它表示复合数据绑定控件内的子控件。

注解

复合数据绑定控件是一个或多个服务器控件的组合。 Controls使用属性管理这些子控件。 可以添加、删除或循环访问集合中的服务器控件。

适用于

另请参阅