ASPxClientHyperLink.GetText Method
In This Article
Gets the text caption displayed for the hyperlink in the hyperlink editor.
#Declaration
TypeScript
GetText(): string
#Returns
Type | Description |
---|---|
string | A string value representing the text caption for the hyperlink in the editor. |
See Also