Skip to main content
A newer version of this page is available. .
All docs
V21.2

DXRichEditDocumentImportOptions.DotmOptions Property

Retrieves options specific for import documents in DOTM (MS Word Macro-Enabled Template) format. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DXRichEditDotmDocumentImporterOptions DotmOptions { get; set; }

Property Value

Type Description
DXRichEditDotmDocumentImporterOptions

An object that contains import options.

Property Paths

You can access this nested property as listed below:

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