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

DXRichEditTrackChangesOptions.DeletedCellColor Property

Specifies a color to indicate a deleted table cell.

Namespace: DevExpress.Xpf.RichEdit

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

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

Declaration

public TableCellRevisionColor DeletedCellColor { get; set; }

Property Value

Type Description
TableCellRevisionColor

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