Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

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