Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ReplaceCommand Class

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.v19.1.Core.dll

Declaration

public class ReplaceCommand :
    FindAndReplaceStringCommand

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.

ReplaceCommand

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