Back to Devexpress

RichEditSelection.goToPreviousPage Method

aspnet-js-richeditselection-c8640f75.md

latest881 B
Original Source

RichEditSelection.goToPreviousPage Method

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

Declaration

ts
goToPreviousPage(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

Moves the cursor one page up. If the current page is the first one, moves the cursor to the start of the current page.

javascript
richEdit.selection.goToPreviousPage(true);

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

See Also

RichEditSelection Class

RichEditSelection Members