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

TrackChangesOptions.DeletedCellColor Property

Specifies a color to indicate a deleted table cell.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(TableCellRevisionColor.Pink)]
public TableCellRevisionColor DeletedCellColor { get; set; }

Property Value

Type Default Description
TableCellRevisionColor **Pink**

One of the TableCellRevisionColor enumeration values indicating the deleted cell color.

Property Paths

You can access this nested property as listed below:

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