Skip to main content

RevisionType Enum

Lists values used to indicate the revision type.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public enum RevisionType

Members

Name Description
Inserted

Content was inserted.

Deleted

Content was deleted.

MovedFrom

Content was moved from the initial position.

MovedTo

Content was moved to a new position.

CharacterPropertyChanged

One of the character properties was changed.

ParagraphPropertyChanged

One of the paragraph’s properties was changed or the paragraph was converted to a list.

SectionPropertyChanged

One of the section’s properties was changed.

TablePropertyChanged

One of the table’s properties was changed.

TableRowPropertyChanged

One of the table row’s properties was changed.

TableCellPropertyChanged

One of the table cell’s properties was changed.

TableCellInserted

A table cell(s) was inserted.

TableCellDeleted

A table cell(s) was deleted.

TableCellsMerged

Table cells were merged.

TableCellsSplit

Table cells were split into multiple cells.

CharacterStyleDefinitionChanged

A character style was changed.

ParagraphStyleDefinitionChanged

A paragraph style was changed.

TableRowInserted

Table row was inserted.

TableRowDeleted

Table row was deleted.

Related API Members

The following properties accept/return RevisionType values:

Remarks

The Revision.Type property uses values listed by the RevisionType enumeration.

See Also