Skip to main content

BootstrapHyperLink.Controls Property

Gets a collection that contains the editor’s child controls in the UI hierarchy.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public ControlCollection Controls { get; }

Property Value

Type Description
ControlCollection

A ControlCollection object that represents the collection of the editor’s child controls.

Remarks

Please refer to the Controls property’s description to learn more.

See Also