CommentOptions.VisibleAuthors Property
Provides access to a collection of reviewer names whose comments are visible.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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 |
|
RichEditControlOptionsBase |
|
Remarks
Use the CommentOptions.ShowAllAuthors property to show comments by all reviewers.
Note
Use the AnnotationOptions.VisibleAuthors property instead.
See Also