Skip to main content
A newer version of this page is available. .

ASPxRichEditAutoCorrectReplaceInfo.What Property

Gets or sets the text to be replaced.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
public string What { get; set; }

Property Value

Type Default Description
String String.Empty

A string containing the text that should be replaced as this AutoCorrect entry suggests.

Remarks

As you type a word that matches the What value, it is replaced with the With value.

See Also