Class Comment
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class Comment : ChildDocumentContainer
Constructors
Comment()
Declaration
public Comment()
Comment(String)
Declaration
public Comment(string body)
Parameters
System.String
body
|
Comment(RadDocument)
Properties
Author
Declaration
[XamlSerializable("")]
public string Author { get; set; }
Property Value
System.String
|
Body
Declaration
[XamlSerializable]
public override RadDocument Body { get; set; }
Property Value
RadDocument
|
Overrides
Name
Declaration
[XamlSerializable("")]
public string Name { get; set; }
Property Value
System.String
|