Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    RevisionType Enum

    Lists values used to indicate the revision type.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    #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