Back to Devexpress

RichEditSelection.goToPreviousCharacter Method

aspnet-js-richeditselection-7fb63b19.md

latest781 B
Original Source

RichEditSelection.goToPreviousCharacter Method

Moves the cursor to the previous character and allows you to extend the selection.

Declaration

ts
goToPreviousCharacter(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

javascript
richEdit.selection.goToPreviousCharacter(true);

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

See Also

RichEditSelection Class

RichEditSelection Members