Back to Devexpress

IAutocorrectReplaceInfo Interface

aspnetcore-js-devexpress-dot-richedit-c11559cb.md

latest1.0 KB
Original Source

IAutocorrectReplaceInfo Interface

Declares replacement settings.

Declaration

ts
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

ts
replace: string

Property Value

TypeDescription
string

The text to be replaced.

|

with Property

Specifies the replacement text.

Declaration

ts
with: string

Property Value

TypeDescription
string

The replacement text.

|