DocumentImporterOptions.UpdateField Property
In This Article
Provides access to options that specify whether a certain document field is updated during import.
Namespace: DevExpress.XtraRichEdit.Import
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public UpdateFieldOptions UpdateField { get; }
#Property Value
Type | Description |
---|---|
Update |
A Update |
See Also