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

ASPxRichEditFieldsSettings.UpdateFieldsOnPaste Property

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

[DefaultValue(true)]
public bool UpdateFieldsOnPaste { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the fields’ values should be updated; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UpdateFieldsOnPaste
ASPxRichEditSettings
.Fields.UpdateFieldsOnPaste

Remarks

When an end-user pastes a field to a Rich Edit document, the control automatically updates its value. Set the UpdateFieldsOnPaste property to false to prevent the updating operation.

See Also