ASPxClientHtmlEditorSelection.GetText Method
In This Article
Returns the text within the currently selected ASPxHtmlEditor content.
#Declaration
TypeScript
GetText(): string
#Returns
Type | Description |
---|---|
string | A string value, that specifies the currently selected text. |
#Remarks
Note
The Get
See Also