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