DXRichEditCommentOptions Properties
Provides the options for displaying the comments in a document.| Name | Description |
|---|---|
| Author | Gets or sets the default comment’s author. This is a dependency property. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| Color | Gets or sets the background color of the comment balloon and the text to which a comment is applied. This is a dependency property. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| HighlightCommentedRange | Gets or sets whether the commented document ranges are highlighted. This is a dependency property. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| ShowAllAuthors | Gets or sets whether to show comments by all reviewers. This is a dependency property. |
| Visibility | Gets or sets the visibility mode of a document comment. This is a dependency property. |
| VisibleAuthors | Provides access to a collection of reviewer names whose comments are visible. This is a dependency property. |
See Also