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

DXRichEditCommentOptions.Author Property

Gets or sets the default comment’s author. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

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

Property Value

Type Description
String

A string that is the comment author name

Property Paths

You can access this nested property as listed below:

Object Type Path to Author
DXRichEditAnnotationOptions
.CommentsOptions .Author
RichEditControl
.CommentOptions .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