Back to Devexpress

CommentOptions.Author Property

officefileapi-devexpress-dot-xtrarichedit-dot-commentoptions-bef9415a.md

latest2.1 KB
Original Source

CommentOptions.Author Property

Gets or sets the default comment’s author.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
public string Author { get; set; }
vb
<DefaultValue("")>
<Browsable(False)>
Public Property Author As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the comment’s author.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Author
AnnotationOptions

.Comments .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

Comments in Rich Text Documents

CommentOptions Class

CommentOptions Members

DevExpress.XtraRichEdit Namespace