Back to Devexpress

ASPxClientHyperLink Class

aspnet-js-aspxclienthyperlink.md

latest1.4 KB
Original Source

ASPxClientHyperLink Class

Represents the client-side equivalent of the ASPxHyperLink control.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientStaticEdit ASPxClientHyperLink

See Also

Hyperlink

ASPxClientHyperLink Members