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.v21.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.

See Also