DXRichEditDocDocumentExporterOptions.CompatibilityOptions Property
In This Article
Provides access to options affecting the compatibility of exported files. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
public DXRichEditDocDocumentExporterCompatibilityOptions CompatibilityOptions { get; set; }
#Property Value
Type | Description |
---|---|
DXRich |
A DXRich |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Compatibility |
---|---|
DXRich |
|
See Also