Skip to main content
A newer version of this page is available. .

CommentOptions.Author Property

Gets or sets the default comment’s author.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[DefaultValue("")]
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
.Comments.Author
RichEditControlOptions
.Comments.Author
WPF Controls RichEditControlOptions
.Comments.Author
Office File API RichEditControlOptionsBase
.Comments.Author

Remarks

Use the Author property to set the author of comments, which the end-user can add by executing the commands available in UI.

Note

For any comment in the document, the comment’s author is available using the Comment.Author property.

See Also