Back to Devexpress

RichEditSelection.goToStartPrevPageCommand Method

aspnet-js-richeditselection-81602753.md

latest783 B
Original Source

RichEditSelection.goToStartPrevPageCommand Method

Moves the cursor to the previous page break mark and extends the selection.

Declaration

ts
goToStartPrevPageCommand(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

javascript
richEdit.selection.goToStartPrevPageCommand(true);

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

See Also

RichEditSelection Class

RichEditSelection Members