Back to Devexpress

RichEditSelection.goToStartNextPageCommand Method

aspnet-js-richeditselection-2845e207.md

latest779 B
Original Source

RichEditSelection.goToStartNextPageCommand Method

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

Declaration

ts
goToStartNextPageCommand(
    extendSelection?: boolean
): void

Parameters

NameTypeDescription
extendSelectionboolean

true to extend the selection; otherwise, false.

|

Remarks

javascript
richEdit.selection.goToStartNextPageCommand(true);

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

See Also

RichEditSelection Class

RichEditSelection Members