DXRichEditTrackChangesOptions.DisplayDeletionStyle Property
Specifies the style of the markup used to indicate deleted content.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v23.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
DisplayDeletionStyle | One of the DisplayDeletionStyle enumeration values indicating the markup style. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DisplayDeletionStyle |
---|---|
DXRichEditAnnotationOptions |
|
Remarks
Specify the DXRichEditTrackChangesOptions.DeletionColor property to define a color for deleted content.
See Also