Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TrackChangesOptions.MovedToColor Property

Specifies a color used to indicate the content moved to the target position.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(RevisionColor.Green)]
public RevisionColor MovedToColor { get; set; }

Property Value

Type Default Description
RevisionColor **Green**

One of the RevisionColor enumeration values indicating the markup color.

Property Paths

You can access this nested property as listed below:

Object Type Path to MovedToColor
AnnotationOptions
.TrackChanges .MovedToColor

Remarks

Use the TrackChangesOptions.DisplayMovedToStyle property to specify the display style for the moved content.

See Also