AutoCorrectSettingsBuilder.ReplaceInfoCollectionSettings(Action<ReplaceInfoCollectionSettingsBuilder>) Method
Provides access to options specific to the collection of ASPxRichEditAutoCorrectReplaceInfo items.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v25.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public AutoCorrectSettingsBuilder ReplaceInfoCollectionSettings(
Action<ReplaceInfoCollectionSettingsBuilder> configure
)
Parameters
| Name | Type | Description |
|---|---|---|
| configure | Action<ReplaceInfoCollectionSettingsBuilder> | A method that configures the replacement collection settings. |
Returns
| Type | Description |
|---|---|
| AutoCorrectSettingsBuilder | An object that can be used to further configure the AutoCorrect settings. |
See Also