Back to Devexpress

DeleteCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-4ed1d2c1.md

latest2.2 KB
Original Source

DeleteCommand Class

Deletes the selected text.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DeleteCommand :
    MultiCommand
vb
Public Class DeleteCommand
    Inherits MultiCommand

Remarks

You can also use the SubDocument.Delete API method for the Document.Selection, to achieve the same result.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand MultiCommand DeleteCommand

See Also

DeleteCommand Members

Keyboard Shortcuts in Rich Text Editor

Delete(DocumentRange)

DevExpress.XtraRichEdit.Commands Namespace