ASPxClientHyperLink.SetText(text) Method
In This Article
Specifies the text caption displayed for the hyperlink in the hyperlink editor.
#Declaration
TypeScript
SetText(
text: string
): void
#Parameters
Name | Type | Description |
---|---|---|
text | string | A string value specifying the text caption for the hyperlink in the editor. |
#Remarks
Note
The Set
See Also