ASPxHyperLink.Controls Property
Gets a collection that contains the editor's child controls in the UI hierarchy.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ControlCollection Controls { get; }
Public ReadOnly Property Controls As ControlCollection
Property Value
Type | Description |
---|---|
ControlCollection | A ControlCollection object that represents the collection of the editor's child controls. |
Remarks
refer to the Controls property's description to learn more.
See Also
Feedback