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

DXRichEditDocumentImportOptions.DocOptions Property

Provides access to options specific for importing documents in Microsoft Word binary file format (MS Word 97 - 2003 .doc format). This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DXRichEditDocDocumentImporterOptions DocOptions { get; set; }

Property Value

Type Description
DXRichEditDocDocumentImporterOptions

A DXRichEditDocDocumentImporterOptions object containing the Doc import options.

Property Paths

You can access this nested property as listed below:

Object Type Path to DocOptions
RichEditControl
.ImportOptions .DocOptions
See Also