ASPxClientHyperLink.SetText(text) Method
Specifies the text caption displayed for the hyperlink in the hyperlink editor.
Declaration
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 SetText method does not HTML encode the specified text.
See Also