Back to Devexpress

NextParagraphCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-205f966a.md

latest2.2 KB
Original Source

NextParagraphCommand Class

Moves the cursor to the beginning of the next paragraph.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class NextParagraphCommand :
    PrevNextParagraphCommandBase
vb
Public Class NextParagraphCommand
    Inherits PrevNextParagraphCommandBase

Inheritance

Show 11 items

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.RichEditCaretBasedCommand DevExpress.XtraRichEdit.Commands.RichEditSelectionCommand DevExpress.XtraRichEdit.Commands.PrevNextParagraphCommandBase NextParagraphCommand ExtendNextParagraphCommand

See Also

NextParagraphCommand Members

PreviousParagraphCommand

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace