Back to Devexpress

DocumentImporterOptions.UpdateField Property

officefileapi-devexpress-dot-xtrarichedit-dot-import-dot-documentimporteroptions.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public UpdateFieldOptions UpdateField { get; }
vb
Public ReadOnly Property UpdateField As UpdateFieldOptions

Property Value

TypeDescription
UpdateFieldOptions

A UpdateFieldOptions object containing update options for various fields.

|

See Also

DocumentImporterOptions Class

DocumentImporterOptions Members

DevExpress.XtraRichEdit.Import Namespace