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

DXRichEditTrackChangesOptions.InsertedCellColor Property

Specifies the color used to indicate inserted table cells.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public TableCellRevisionColor InsertedCellColor { get; set; }

Property Value

Type Description
TableCellRevisionColor

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
DXRichEditAnnotationOptions
.TrackChangesOptions .InsertedCellColor
See Also