Back to Devexpress

RichEditDocumentImportOptions.OpenDocument Property

officefileapi-devexpress-dot-xtrarichedit-dot-import-dot-richeditdocumentimportoptions-39d30769.md

latest1.7 KB
Original Source

RichEditDocumentImportOptions.OpenDocument Property

Retrieves options specific for importing documents in OpenDocument text (.odt) format.

Namespace : DevExpress.XtraRichEdit.Import

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public OpenDocumentImporterOptions OpenDocument { get; }
vb
Public ReadOnly Property OpenDocument As OpenDocumentImporterOptions

Property Value

TypeDescription
OpenDocumentImporterOptions

An object that contains import settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OpenDocument
RichEditControlOptionsBase

.Import .OpenDocument

|

See Also

RichEditDocumentImportOptions Class

RichEditDocumentImportOptions Members

DevExpress.XtraRichEdit.Import Namespace