DeleteWordBackCommand Class
Deletes the previous word in the text.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class DeleteWordBackCommand :
MultiCommand
#Remarks
The command deletes the word that starts before the caret position. If the caret is located in the word, the characters from beginning of the word up to the caret position are deleted.