Back to Devexpress

RichEditSelection.goToLineEnd Method

aspnet-js-richeditselection-a63dc0c0.md

latest748 B
Original Source

RichEditSelection.goToLineEnd Method

Moves the cursor to the end of the line and allows you to extend the selection.

Declaration

ts
goToLineEnd(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

javascript
richEdit.selection.goToLineEnd(true);

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

See Also

RichEditSelection Class

RichEditSelection Members