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

RichEditDocumentImportOptions.OpenXml Property

Provides access to options specific for importing documents in OpenXml format (aka default MS Office 2007 format or .docx).

Namespace: DevExpress.XtraRichEdit.Import

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public OpenXmlDocumentImporterOptions OpenXml { get; }

Property Value

Type Description
OpenXmlDocumentImporterOptions

A OpenXmlDocumentImporterOptions object containing import settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to OpenXml
WinForms Controls SnapControlOptions
.Import.OpenXml
RepositoryItemRichTextEdit
.OptionsImport.OpenXml
RichEditControlOptions
.Import.OpenXml
WPF Controls RichEditControlOptions
.Import.OpenXml
Office File API RichEditControlOptionsBase
.Import.OpenXml

Remarks

Follow the Options->Import->OpenXml notation to access the OpenXml property.

See Also