Skip to main content

ReplaceInfoBuilder Class

A builder for the replace information object.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public class ReplaceInfoBuilder

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