Skip to main content
A newer version of this page is available. .

DXRichEditTrackChangesOptions.MovedFromColor Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public RevisionColor MovedFromColor { get; set; }

Property Value

Type Description
RevisionColor

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 MovedFromColor
DXRichEditAnnotationOptions
.TrackChangesOptions .MovedFromColor

Remarks

Use the DXRichEditTrackChangesOptions.DisplayMovedFromStyle property to specify the display style for the moved content.

See Also