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

CommentOptions.VisibleAuthors Property

Provides access to a collection of reviewer names whose comments are visible.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public ObservableCollection<string> VisibleAuthors { get; }

Property Value

Type Description
ObservableCollection<String>

An ObservableCollection<T><String,> collection of names.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the CommentOptions.ShowAllAuthors property to show comments by all reviewers.

See Also