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

TrackChangesOptions.DisplayMovedFromStyle Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(DisplayDeletionStyle.DoubleStrikethrough)]
public DisplayDeletionStyle DisplayMovedFromStyle { get; set; }

Property Value

Type Default Description
DisplayDeletionStyle DoubleStrikethrough

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 DisplayMovedFromStyle
AnnotationOptions
.TrackChanges .DisplayMovedFromStyle

Remarks

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

See Also