ASPxEditBase.Controls Property
Gets the web control’s collection of child controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ControlCollection | A ControlCollection object is the collection of child controls for the specified server control. |
Remarks
The Controls property allows you to programmatically access the instance of the ControlCollection class for any server control. You can add controls to the collection, remove controls from the collection, or iterate through the server controls in the collection.
See Also