ReplaceInfoCollectionSettingsBuilder.ReplaceInfoCollection(Action<ReplaceInfoCollectionBuilder>) Method
Sets a collection of replace information objects.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v25.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public ReplaceInfoCollectionSettingsBuilder ReplaceInfoCollection(
Action<ReplaceInfoCollectionBuilder> configure
)
Parameters
| Name | Type | Description |
|---|---|---|
| configure | Action<ReplaceInfoCollectionBuilder> | A method that configures the collection of replace information objects. |
Returns
| Type | Description |
|---|---|
| ReplaceInfoCollectionSettingsBuilder | An object that can be used to further configure the replacement information settings. |
See Also