Revision
Class
Represents a revision in the document model, encapsulating details about changes made to the document.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class Revision
Inheritance: objectRevision
Constructors
Properties
Gets the collection of revision elements associated with the revision.
C#
public IEnumerable<DocumentElement> RevisionElements { get; }
Represents the information associated with a revision in the document model.
C#
public RevisionInfo RevisionInfo { get; }
Represents a range of selections associated with a revision in a document.
C#
public SelectionRange SelectionRange { get; }
Represents the type of a revision in the document model.
C#
public RevisionType Type { get; }