ASPxRichEditAutoCorrectSettings.ReplaceInfoCollectionSettings Property
In This Article
Provides access to options specific to the collection of ASPxRichEditAutoCorrectReplaceInfo items.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public ASPxRichEditAutoCorrectReplaceInfoCollectionSettings ReplaceInfoCollectionSettings { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Replace |
---|---|
ASPx |
|
#Remarks
Use the ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.CaseSensitive property to specify whether to perform a case-sensitive string comparison when parsing the ASPxRichEditAutoCorrectReplaceInfoCollection‘s items.
See Also