Back to Devexpress

FieldOptions.UpdateFieldsOnPaste Property

officefileapi-devexpress-dot-xtrarichedit-dot-fieldoptions-82fb438a.md

latest1.5 KB
Original Source

FieldOptions.UpdateFieldsOnPaste Property

Gets or sets whether document fields contained in the pasted range should be updated.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(true)]
public bool UpdateFieldsOnPaste { get; set; }
vb
<DefaultValue(True)>
Public Property UpdateFieldsOnPaste As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to update fields in the pasted range; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UpdateFieldsOnPaste
RichEditControlOptionsBase

.Fields .UpdateFieldsOnPaste

|

See Also

FieldOptions Class

FieldOptions Members

DevExpress.XtraRichEdit Namespace