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.v19.2.dll

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