aspnet-js-aspxclienthyperlink.md
Represents the client-side equivalent of the ASPxHyperLink control.
declare class ASPxClientHyperLink extends ASPxClientStaticEdit
In addition to the functionality inherited from its ancestors, the client hyperlink editor allows you to manipulate the editor’s text label (ASPxClientHyperLink.GetText, ASPxClientHyperLink.SetText) and navigation location for the editor’s hyperlink (ASPxClientHyperLink.GetNavigateUrl, ASPxClientHyperLink.SetNavigateUrl).
Note
The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientStaticEdit ASPxClientHyperLink
See Also