Class
Revision

Definition

Namespace:Telerik.WinForms.Documents.Model.Revisions

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class Revision

Inheritance: objectRevision

Constructors

Revision(RevisionType)

Declaration

cs-api-definition
public Revision(RevisionType type)

Parameters

type

RevisionType

Properties

IsEmpty

Declaration

cs-api-definition
public bool IsEmpty { get; }

Property Value

bool

RevisionElements

Declaration

cs-api-definition
public IEnumerable<DocumentElement> RevisionElements { get; }

Property Value

IEnumerable<DocumentElement>

RevisionInfo

Declaration

cs-api-definition
public RevisionInfo RevisionInfo { get; }

Property Value

RevisionInfo

SelectionRange

Declaration

cs-api-definition
public SelectionRange SelectionRange { get; }

Property Value

SelectionRange

Type

Declaration

cs-api-definition
public RevisionType Type { get; }

Property Value

RevisionType