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

TrackChangesOptions.DeletionColor Property

Specifies a color to indicate deletions.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(RevisionColor.ByAuthor)]
public RevisionColor DeletionColor { get; set; }

Property Value

Type Default Description
RevisionColor **ByAuthor**

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

Remarks

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

See Also