Back to Devexpress

RichEditSelection.goToNextPage Method

aspnet-js-richeditselection-710ee922.md

latest864 B
Original Source

RichEditSelection.goToNextPage Method

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

Declaration

ts
goToNextPage(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

Moves the cursor one page down. If the current page is the last one, moves the cursor to the end of the current page.

javascript
richEdit.selection.goToNextPage(true);

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

See Also

RichEditSelection Class

RichEditSelection Members