Skip to main content

DXRichEditCommentOptions.VisibleAuthors Property

Provides access to a collection of reviewer names whose comments are visible. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public ObservableCollection<string> VisibleAuthors { get; }

Property Value

Type Description
ObservableCollection<String>

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

Property Paths

You can access this nested property as listed below:

Object Type Path to VisibleAuthors
DXRichEditAnnotationOptions
.CommentsOptions .VisibleAuthors
RichEditControl
.CommentOptions .VisibleAuthors

Remarks

Use the DXRichEditCommentOptions.ShowAllAuthors property to show comments of all reviewers.

See Also