Revision.Type Property
Indicates the type of revision.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
RevisionType Type { get; }
#Property Value
Type | Description |
---|---|
Revision |
One of the Revision |
Available values:
Name | Description |
---|---|
Inserted | Content was inserted. |
Deleted | Content was deleted. |
Moved |
Content was moved from the initial position. |
Moved |
Content was moved to a new position. |
Character |
One of the character properties was changed. |
Paragraph |
One of the paragraph’s properties was changed or the paragraph was converted to a list. |
Section |
One of the section’s properties was changed. |
Table |
One of the table’s properties was changed. |
Table |
One of the table row’s properties was changed. |
Table |
One of the table cell’s properties was changed. |
Table |
A table cell |
Table |
A table cell |
Table |
Table cells were merged. |
Table |
Table cells were split into multiple cells. |
Character |
A character style was changed. |
Paragraph |
A paragraph style was changed. |
Table |
Table row was inserted. |
Table |
Table row was deleted. |
#Remarks
Use the Type property to determine the type of revision.
Note
You cannot create the following revision types via the Rich Text Editor UI:
- Revision
Type. Table Cells Merged - Revision
Type. Table Cells Split - Revision
Type. Table Cell Deleted - Revision
Type. Table Cell Inserted
The Rich
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Type property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.