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

TrackChangesOptions.DisplayDeletionStyle Property

Specifies the style of the markup used to indicate deleted content.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

Property Value

Type Default Description
DisplayDeletionStyle **Strikethrough**

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

Remarks

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

See Also