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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
DXRichEditDotDocumentExporterOptions |
|
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