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

TrackChangesOptions.DisplayInsertionStyle Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(DisplayInsertionStyle.Underline)]
public DisplayInsertionStyle DisplayInsertionStyle { get; set; }

Property Value

Type Default Description
DisplayInsertionStyle **Underline**

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

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DisplayInsertionStyle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also