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

DXRichEditDocDocumentExporterCompatibilityOptions.AllowNonLinkedListDefinitions Property

Gets or sets whether to enable list compatibility with previous versions of Microsoft Word. 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 bool AllowNonLinkedListDefinitions { get; set; }

Property Value

Type Description
Boolean

true to make the document lists compatible with previous versions of Microsoft Word; otherwise, false.

The default value is false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowNonLinkedListDefinitions
DXRichEditDocDocumentExporterOptions
.CompatibilityOptions .AllowNonLinkedListDefinitions
DXRichEditDotDocumentExporterOptions
.CompatibilityOptions .AllowNonLinkedListDefinitions

Remarks

Some previous Microsoft Word versions cannot open documents with lists created in the RichEditControl. To avoid this behavior, set the AllowNonLinkedListDefinitions property to true.

See Also