ASPxClientLabel.GetText Method
In This Article
Returns the text displayed within the editor.
#Declaration
TypeScript
GetText(): string
#Returns
Type | Description |
---|---|
string | A string value representing the text displayed within the editor. |
See Also