Back to Devexpress

ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditautocorrectsettings.md

latest2.8 KB
Original Source

ASPxRichEditAutoCorrectSettings.ReplaceTextAsYouType Property

Gets or sets whether the control should replace the typed text if it matches to one of the ASPxRichEditAutoCorrectReplaceInfoCollection dictionary’s entries.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(false)]
public override bool ReplaceTextAsYouType { get; set; }
vb
<DefaultValue(False)>
Public Overrides Property ReplaceTextAsYouType As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to switch this functionality on; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ReplaceTextAsYouType
ASPxRichEditSettings

.AutoCorrect .ReplaceTextAsYouType

|

Remarks

When the property is set to true, the control compares the typed text with the ASPxRichEditAutoCorrectReplaceInfo.What value of each ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.AutoCorrectReplaceInfoCollection collection’s entry. If there is a match, the control replace the typed text with the matched entry’s ASPxRichEditAutoCorrectReplaceInfo.With value.

You can enable/disable case-sensitive search through the collection’s entries by specifying the ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.CaseSensitive property to true/false respectively.

See Also

ASPxRichEditAutoCorrectSettings Class

ASPxRichEditAutoCorrectSettings Members

DevExpress.Web.ASPxRichEdit Namespace