Skip to main content

FieldsSettingsBuilder.UpdateFieldsOnPaste(Boolean) Method

Sets whether the control updates the value of the field that has been pasted by an end-user.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public FieldsSettingsBuilder UpdateFieldsOnPaste(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to update the values of fields; otherwise, false.

Returns

Type Description
FieldsSettingsBuilder

An object that can be used to further configure the fields settings.

See Also