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

DXRichEditTrackChangesOptions.DisplayDeletionStyle Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DisplayDeletionStyle DisplayDeletionStyle { get; set; }

Property Value

Type Description
DisplayDeletionStyle

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

Remarks

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

See Also