Class Revision
Inheritance
System.Object
Revision
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Documents.dll
Syntax
public class Revision : Object
Constructors
Revision(RevisionType)
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
RevisionElements
Declaration
public IEnumerable<DocumentElement> RevisionElements { get; }
Property Value
System.Collections.Generic.IEnumerable<DocumentElement>
|