Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

RichEditDocumentImportOptions.Dot Property

Obtains options specific for importing documents in DOT (Microsoft Word 97 - 2007 Template) format.

Namespace: DevExpress.XtraRichEdit.Import

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public DotDocumentImporterOptions Dot { get; }

Property Value

Type Description
DotDocumentImporterOptions

An object that contains import settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Dot
WinForms Controls SnapControlOptions
.Import .Dot
RepositoryItemRichTextEdit
RichEditControlOptions
.Import .Dot
WPF Controls RichEditControlOptions
.Import .Dot
Office File API RichEditControlOptionsBase
.Import .Dot
See Also