Skip to main content

CommentOptions.VisibleAuthors Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
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:

Object Type Path to VisibleAuthors
AnnotationOptions
.Comments .VisibleAuthors
RichEditControlOptionsBase
.Comments .VisibleAuthors

Remarks

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

Note

Use the AnnotationOptions.VisibleAuthors property instead.

See Also