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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to UpdateFieldsOnPaste |
---|---|
ASPxRichEditSettings |
|
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