ReplaceInfoCollectionBuilder.Add() Method
In This Article
Adds a new item to the replacement collection.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public ReplaceInfoBuilder Add()
#Returns
Type | Description |
---|---|
Replace |
An object that can be used to further configure the added item. |
See Also