CommentOptions.VisibleAuthors Property
In This Article
Provides access to a collection of reviewer names whose comments are visible.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[Browsable(false)]
public ObservableCollection<string> VisibleAuthors { get; }
#Property Value
Type | Description |
---|---|
Observable |
An Observable |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Visible |
---|---|
Annotation |
|
Rich |
|
#Remarks
Use the CommentOptions.ShowAllAuthors property to show comments by all reviewers.
Note
Use the Annotation
See Also