Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Office

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