ASPxRichEditAutoCorrectReplaceInfo.With Property
In This Article
Gets the replacement text.
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 substitutes the What text 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