ClassRevision
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:
cs-api-definition
public class Revision
Inheritance: objectRevision
Constructors
Properties
IsEmpty
Gets a value indicating whether the revision is empty.
RevisionElements
Gets the collection of revision elements associated with the revision.
Declaration
cs-api-definition
public IEnumerable<DocumentElement> RevisionElements { get; }
Property Value
RevisionInfo
Represents the information associated with a revision in the document model.
SelectionRange
Represents a range of selections associated with a revision in a document.
Declaration
cs-api-definition
public SelectionRange SelectionRange { get; }
Property Value
Type
Represents the type of a revision in the document model.