Skip to main content
A newer version of this page is available. .

ASPxClientRichEdit.selection Property

Provides access to the client methods that change the selection.

Declaration

selection: RichEditSelection

Property Value

Type Description
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.

richEdit.selection.selectAll();

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

See Also