Back to Devexpress

ASPxClientRichEdit.selection Property

aspnet-js-aspxclientrichedit-2ad3eec8.md

latest938 B
Original Source

ASPxClientRichEdit.selection Property

Provides access to the client methods that change the selection.

Declaration

ts
selection: RichEditSelection

Property Value

TypeDescription
RichEditSelection

A RichEditSelection object that lists methods to work with the selection.

|

Remarks

The selection property provides access to a set of methods allowing you to position the cursor within a document and to select document content elements.

javascript
richEdit.selection.selectAll();

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

See Also

ASPxClientRichEdit Class

ASPxClientRichEdit Members