Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CompatibilitySettings.CompatibilityMode Property

Specifies the document compatibility with different Microsoft Word versions.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

CompatibilityMode CompatibilityMode { get; set; }

#Property Value

Type Description
CompatibilityMode

One of the CompatibilityMode enumeration values identifying the compatibility mode.

Available values:

Name Description
ModeNotSpecified

Compatibility mode is not specified.

Mode11

The resulting document is compatible with Microsoft Word® 2003.

Mode12

The resulting document is compatible with Microsoft Word® 2007.

Mode14

The resulting document is compatible with Microsoft Word® 2010.

Mode15

The resulting document is compatible with Microsoft Word® 2013.

#Property Paths

You can access this nested property as listed below:

Object Type Path to CompatibilityMode
Document
.CompatibilitySettings .CompatibilityMode

#Remarks

Compatibility settings contained in the loaded document are retained when the document is saved in .DOCX (OpenXml) format. If the document does not contain compatibility settings and they are not explicitly specified in code, compatibility settings are not written in the exported document.

The CompatibilityMode option addresses the situation when the document in the Microsoft Word after loading and saving using the Rich Text Editor looks differently.

The purpose of the CompatibilityMode option is to keep the original layout when the document is loaded, saved and subsequently loaded in another text editor.

See Also