Back to Devexpress

ContentControlCollectionItem.Controls Property

aspnet-devexpress-dot-web-dot-contentcontrolcollectionitem.md

latest1.6 KB
Original Source

ContentControlCollectionItem.Controls Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ControlCollection Controls { get; }
vb
Public Overridable ReadOnly Property Controls As ControlCollection

Property Value

TypeDescription
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

ContentControlCollectionItem Class

ContentControlCollectionItem Members

DevExpress.Web Namespace