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