ASPxClientTextEdit.SelectAll Method
In This Article
Selects all text in the text editor.
#Declaration
TypeScript
SelectAll(): void
#Remarks
This method enables you to select all text within the editor.
See Also