Back to Devexpress

ReplaceAllCommand Class

aspnet-js-replaceallcommand.md

latest651 B
Original Source

ReplaceAllCommand Class

A command to search for a specific text and replace all matches in the document with the specified string.

Declaration

ts
declare class ReplaceAllCommand extends CommandWithSimpleStateBase

Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.replaceAll property.

Inheritance

CommandBase CommandWithSimpleStateBase ReplaceAllCommand

See Also

ReplaceAllCommand Members