ASPxClientHyperLink Class
In This Article
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 ASPxtrue
or any client event is handled.
#Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientEditBase
ASPxClientStaticEdit
ASPxClientHyperLink
See Also