officefileapi-devexpress-dot-xtrarichedit-dot-commands-8d2d97c9.md
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.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ReplaceCommand :
FindAndReplaceStringCommand
Public Class ReplaceCommand
Inherits FindAndReplaceStringCommand
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.
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