Back to Devexpress

ExtendEndOfLineCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-df6553f0.md

latest2.0 KB
Original Source

ExtendEndOfLineCommand Class

Extends the selection to the end of the current line.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ExtendEndOfLineCommand :
    EndOfLineCommand
vb
Public Class ExtendEndOfLineCommand
    Inherits EndOfLineCommand

Inheritance

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 EndOfLineCommand ExtendEndOfLineCommand

See Also

ExtendEndOfLineCommand Members

Keyboard Shortcuts in Rich Text Editor

ExtendStartOfLineCommand

DevExpress.XtraRichEdit.Commands Namespace