Skip to main content
A newer version of this page is available. .

ReplaceInfoCollectionBuilder.Add() Method

Adds a new item to the replacement collection.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v20.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public ReplaceInfoBuilder Add()

Returns

Type Description
ReplaceInfoBuilder

An object that can be used to further configure the added item.

See Also