ASPxHyperLink.Controls Property
In This Article
Gets a collection that contains the editor’s child controls in the UI hierarchy.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ControlCollection Controls { get; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#Remarks
refer to the Controls property’s description to learn more.
See Also