ReplaceInfoBuilder Class
A builder for the replace information object.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public class ReplaceInfoBuilder
Related API Members
The following members return ReplaceInfoBuilder objects:
Remarks
The builder allows you to provide the text to replace and the replacement text when the ReplaceTextAsYouType(Boolean) property is enabled.
Inheritance
Object
ReplaceInfoBuilder
See Also