ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.AutoCorrectReplaceInfoCollection Property
A collection of ASPxRichEditAutoCorrectReplaceInfo objects.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.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 |
|
See Also