Back to Devexpress

RichEditSelection.goToLineStart Method

aspnet-js-richeditselection-fa4bec43.md

latest756 B
Original Source

RichEditSelection.goToLineStart Method

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

Declaration

ts
goToLineStart(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

javascript
richEdit.selection.goToLineStart(true);

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

See Also

RichEditSelection Class

RichEditSelection Members