ASPxRichEditAutoCorrectReplaceInfo.What Property
In This Article
Gets or sets the text to be replaced.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string containing the text that should be replaced as this Auto |
#Remarks
As you type a word that matches the What value, it is replaced with the With value.
See Also