ContentControlCollectionItem.Controls Property
In This Article
Gets a collection that contains child controls representing the current object’s content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual ControlCollection Controls { get; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#Remarks
The Controls property allows you to programmatically access the instance of the ControlCollection class containing the child controls that represent the contents of the current object. You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection.
See Also