Back to Devexpress

RichEditSelection.goToNextCharacter Method

aspnet-js-richeditselection-ad465adb.md

latest765 B
Original Source

RichEditSelection.goToNextCharacter Method

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

Declaration

ts
goToNextCharacter(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

javascript
richEdit.selection.goToNextCharacter(true);

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

See Also

RichEditSelection Class

RichEditSelection Members