Back to Devexpress

RichEditSelection.selectAll Method

aspnet-js-richeditselection.md

latest633 B
Original Source

RichEditSelection.selectAll Method

Selects the entire content of the active sub-document.

Declaration

ts
selectAll(): void

Remarks

javascript
richEdit.selection.selectAll();

Refer to the following section for more information: Client Selection.

See Also

How to: Common Use Cases

RichEditSelection Class

RichEditSelection Members