Skip to main content

ASPxClientHyperLink Class

Represents the client-side equivalent of the ASPxHyperLink control.

#Declaration

TypeScript
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