Back to Devexpress

CommentOptions.VisibleAuthors Property

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

latest2.4 KB
Original Source

CommentOptions.VisibleAuthors Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
public ObservableCollection<string> VisibleAuthors { get; }
vb
<Browsable(False)>
Public ReadOnly Property VisibleAuthors As ObservableCollection(Of String)

Property Value

TypeDescription
ObservableCollection<String>

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

ShowAllAuthors

Visibility

CommentOptions Class

CommentOptions Members

DevExpress.XtraRichEdit Namespace