Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

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