Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CommentOptions.Author Property

Gets or sets the default comment’s author.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue("")]
[Browsable(false)]
public string Author { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the comment’s author.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Author
WinForms Controls SnapControlOptions
.Annotations .Author
SnapControlOptions
.Comments .Author
RichEditControlOptions
.Annotations .Author
RichEditControlOptions
.Comments .Author
WPF Controls RichEditControlOptions
.Annotations .Author
RichEditControlOptions
.Comments .Author
Office File API AnnotationOptions
.Comments .Author
RichEditControlOptionsBase
.Annotations .Author
RichEditControlOptionsBase
.Comments .Author

Remarks

Use the Author property to set the author of comments. For any comment in the document, the comment’s author is available using the Comment.Author property.

See Also