Back to Devexpress

DisplayForReviewMode Enum

officefileapi-devexpress-dot-xtrarichedit-b3ba3ffc.md

latest1.7 KB
Original Source

DisplayForReviewMode Enum

Lists values used to indicate how changes are displayed in the document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum DisplayForReviewMode
vb
Public Enum DisplayForReviewMode

Members

NameDescription
SimpleMarkup

The changes are indicated by a red line in the margin.

| | AllMarkup |

Detailed view of the changes.

| | NoMarkup |

No markup is displayed, and the document looks as if you make all the suggested changes permanent.

| | Original |

The document is displayed without any suggested changes. Currently not supported.

|

The following properties accept/return DisplayForReviewMode values:

LibraryRelated API Members
WPF ControlsDXRichEditTrackChangesOptions.DisplayForReviewMode
Office File APITrackChangesOptions.DisplayForReviewMode

Remarks

The TrackChangesOptions.DisplayForReviewMode property uses values listed by the DisplayForReviewMode enumeration.

See Also

DevExpress.XtraRichEdit Namespace