Skip to main content

DXRichEditCommentOptions.ShowAllAuthors Property

Gets or sets whether to show comments by all reviewers. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Browsable(false)]
public bool ShowAllAuthors { get; set; }

Property Value

Type Description
Boolean

true, to show comments by all reviewers; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

To show the comments by certain reviewers only, set the ShowAllAuthors property to false and specify the reviewer names using the DXRichEditCommentOptions.VisibleAuthors property.

See Also