Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IAutocorrectReplaceInfo Interface

Declares replacement settings.

#Declaration

TypeScript
export interface IAutocorrectReplaceInfo

#Remarks

If the replaceTextAsYouType property is set to true, the Rich Text Editor replaces the typed text that matches the replace value with the with value.

#Properties

#replace Property

Specifies the text to be replaced.

#Declaration

TypeScript
replace: string

#Property Value

Type Description
string

The text to be replaced.

#with Property

Specifies the replacement text.

#Declaration

TypeScript
with: string

#Property Value

Type Description
string

The replacement text.