DeleteCommand Class
Deletes the selected text.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class DeleteCommand :
MultiCommand
#Remarks
You can also use the SubDocument.Delete API method for the Document.Selection, to achieve the same result.