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