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

DocumentImporterOptions.UpdateField Property

Provides access to options that specify whether a certain document field is updated during import.

Namespace: DevExpress.XtraRichEdit.Import

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

Declaration

public UpdateFieldOptions UpdateField { get; }

Property Value

Type Description
UpdateFieldOptions

A UpdateFieldOptions object containing update options for various fields.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UpdateField
WinForms Controls RichTextEditDocumentImportOptions
.WordML.UpdateField
Office File API RichEditDocumentImportOptions
.WordML.UpdateField
See Also