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

TrackChangesOptions.InsertedCellColor Property

Specifies the color used to indicate inserted table cells.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[DefaultValue(TableCellRevisionColor.LightBlue)]
public TableCellRevisionColor InsertedCellColor { get; set; }

Property Value

Type Default Description
TableCellRevisionColor **LightBlue**

One of the TableCellRevisionColor enumeration values indicating the markup color.

Property Paths

You can access this nested property as listed below:

Object Type Path to InsertedCellColor
AnnotationOptions
.TrackChanges.InsertedCellColor
See Also