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

TrackChangesOptions.MergedCellColor Property

Specifies a color used to indicate merged cells.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(TableCellRevisionColor.LightYellow)]
public TableCellRevisionColor MergedCellColor { get; set; }

Property Value

Type Default Description
TableCellRevisionColor **LightYellow**

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 MergedCellColor
AnnotationOptions
.TrackChanges .MergedCellColor
See Also