Skip to main content

ASPxRichEditAutoCorrectReplaceInfo.With Property

Gets the replacement text.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

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

Property Value

Type Default Description
String String.Empty

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