ContentControlCollectionItem.Controls Property
Gets a collection that contains child controls representing the current object’s content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ControlCollection | A ControlCollection object representing the collection of child controls. |
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