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

ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.AutoCorrectReplaceInfoCollection Property

A collection of ASPxRichEditAutoCorrectReplaceInfo objects.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxRichEditAutoCorrectReplaceInfoCollection AutoCorrectReplaceInfoCollection { get; }

Property Value

Type Description
ASPxRichEditAutoCorrectReplaceInfoCollection

An object storing the ASPxRichEditAutoCorrectReplaceInfo class’s instances.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoCorrectReplaceInfoCollection
ASPxRichEditAutoCorrectSettings
.ReplaceInfoCollectionSettings .AutoCorrectReplaceInfoCollection
See Also