DXRichEditTrackChangesOptions Members
Represents Track Changes options.Constructors
| Name | Description |
|---|---|
| DXRichEditTrackChangesOptions() | Initializes a new DXRichEditTrackChangesOptions instance with default settings. |
Fields
| Name | Description |
|---|---|
| ChangedLinesMarkupPositionProperty static | Identifies the DXRichEditTrackChangesOptions.ChangedLinesMarkupPosition dependency property. |
| DeletedCellColorProperty static | Identifies the DeletedCellColor dependency property. |
| DeletionColorProperty static | Identifies the DeletionColor dependency property. |
| DisplayDeletionStyleProperty static | Identifies the DisplayDeletionStyle dependency property. |
| DisplayFormattingProperty static | Identifies the DisplayFormatting dependency property. |
| DisplayForReviewModeProperty static | Identifies the DisplayForReviewMode dependency property. |
| DisplayInsertionStyleProperty static | Identifies the DisplayInsertionStyle dependency property. |
| DisplayMovedFromStyleProperty static | Identifies the DisplayMovedFromStyle dependency property. |
| DisplayMovedToStyleProperty static | Identifies the DisplayMovedToStyle dependency property. |
| FormattingColorProperty static | Identifies the FormattingColor dependency property. |
| InsertedCellColorProperty static | Identifies the InsertedCellColor dependency property. |
| InsertionColorProperty static | Identifies the InsertionColor dependency property. |
| MergedCellColorProperty static | Identifies the MergedCellColor dependency property. |
| MovedFromColorProperty static | Identifies the MovedFromColor dependency property. |
| MovedToColorProperty static | Identifies the MovedToColor dependency property. |
| SplitCellColorProperty static | Identifies the SplitCellColor dependency property. |
Properties
| Name | Description |
|---|---|
| ChangedLinesMarkupPosition | Specifies the position of changed lines’ indicators. This is a dependency property. |
| DeletedCellColor | Specifies a color to indicate a deleted table cell. |
| DeletionColor | Specifies a color to indicate deletions. |
| DisplayDeletionStyle | Specifies the style of the markup used to indicate deleted content. |
| DisplayFormatting | Specifies the markup used to indicate changed format options. |
| DisplayForReviewMode | Specifies how to display document changes. |
| DisplayInsertionStyle | Specifies the style of the markup used to indicate inserted content. |
| DisplayMovedFromStyle | Specifies the style of the markup used to indicate the content moved from this position. |
| DisplayMovedToStyle | Specifies the style of the markup used to indicate the content moved to this position. |
| FormattingColor | Specifies a color used to indicate changed format options. |
| InsertedCellColor | Specifies the color used to indicate inserted table cells. |
| InsertionColor | Specifies a color used to indicate inserted content. |
| MergedCellColor | Specifies a color used to indicate merged cells. |
| MovedFromColor | Specifies a color used to indicate the content moved from the target position. |
| MovedToColor | Specifies a color used to indicate the content moved to the target position. |
| SplitCellColor | Specifies a color used to indicate split cells. |
See Also