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

TrackChangesOptions.DisplayMovedToStyle Property

Specifies the style of the markup used to indicate the content moved to this position.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v22.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(DisplayInsertionStyle.DoubleUnderline)]
public DisplayInsertionStyle DisplayMovedToStyle { get; set; }

Property Value

Type Default Description
DisplayInsertionStyle DoubleUnderline

One of the DisplayDeletionStyle enumeration values indicating the markup style.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplayMovedToStyle
AnnotationOptions
.TrackChanges .DisplayMovedToStyle

Remarks

Specify the TrackChangesOptions.MovedToColor property to define a color for deleted content.

See Also