ReplaceCommand Class
In This Article
Invokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
The ReplaceCommand command shows a form illustrated in the picture below. The tab Replace is active, while the Find tab is active if the form is invoked by the FindCommand.
#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.FindAndReplaceStringCommand
ReplaceCommand
See Also