Skip to main content
A newer version of this page is available. .

ASPxClientHyperLink Class

Represents the client-side equivalent of the ASPxHyperLink control.

Declaration

declare class ASPxClientHyperLink extends ASPxClientStaticEdit

Remarks

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.

See Also