New to Telerik UI for WPFStart a free 30-day trial

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

C#
public Revision(RevisionType type)
Parameters:typeRevisionType

Properties

Gets a value indicating whether the revision is empty.

C#
public bool IsEmpty { get; }

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; }