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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
RichEditControl |
|
Remarks
Use the DXRichEditCommentOptions.ShowAllAuthors property to show comments of all reviewers.
See Also