Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CommentOptions.VisibleAuthors Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

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:

Library Object Type Path to VisibleAuthors
WinForms Controls SnapControlOptions
.Annotations .VisibleAuthors
SnapControlOptions
.Comments .VisibleAuthors
RichEditControlOptions
.Annotations .VisibleAuthors
RichEditControlOptions
.Comments .VisibleAuthors
WPF Controls RichEditControlOptions
.Annotations .VisibleAuthors
RichEditControlOptions
.Comments .VisibleAuthors
Office File API AnnotationOptions
.Comments .VisibleAuthors
RichEditControlOptionsBase
.Annotations .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