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

DXRichEditOpenXmlDocumentExporterOptions.ExportCompatibilitySettings Property

Gets or sets whether to export the document compatibility settings.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public bool ExportCompatibilitySettings { get; set; }

Property Value

Type Description
Boolean

true, to export the compatibility settings; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportCompatibilitySettings
DXRichEditDocumentExportOptions
.OpenXmlOptions.ExportCompatibilitySettings
See Also