Skip to main content
A newer version of this page is available. .
Tab

ContentControlCollectionItem.Controls Property

Gets a collection that contains child controls representing the current object’s content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual ControlCollection Controls { get; }

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