Back to Devexpress

ASPxPopupControlBase.Controls Property

aspnet-devexpress-dot-web-dot-aspxpopupcontrolbase-d00ca285.md

latest1.8 KB
Original Source

ASPxPopupControlBase.Controls Property

Gets a collection that contains child controls that are a control’s contents.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ControlCollection

A ControlCollection that contains a control’s child controls.

|

Remarks

The Controls property allows you to programmatically access the instance of the ControlCollection class which contains child controls that are a control’s contents. You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection.

View Example: How to return values from the content collection and close the pop-up window on the client or server

See Also

Controls

ASPxPopupControlBase Class

ASPxPopupControlBase Members

DevExpress.Web Namespace