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

DXRichEditTrackChangesOptions.DeletionColor Property

Specifies a color to indicate deletions.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v21.1.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public RevisionColor DeletionColor { 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 DeletionColor
DXRichEditAnnotationOptions
.TrackChangesOptions .DeletionColor

Remarks

Use the DXRichEditTrackChangesOptions.DisplayDeletionStyle property to specify the display style for deleted content.

See Also