Back to Devexpress

ReplaceNextCommand Class

aspnet-js-replacenextcommand.md

latest661 B
Original Source

ReplaceNextCommand Class

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

Declaration

ts
declare class ReplaceNextCommand extends CommandWithSimpleStateBase

Remarks

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

Inheritance

CommandBase CommandWithSimpleStateBase ReplaceNextCommand

See Also

ReplaceNextCommand Members