DXRichEditAnnotationOptions Properties
Contains options for document annotations (comments and Tracked Changes).| Name | Description |
|---|---|
| Author | Specifies the annotations’ author. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CommentsOptions | Gets or sets options for displaying comments in a document. 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. |
| 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 | Specifies whether to show annotations (comments and tracked changes) from all authors. |
| TrackChangesOptions | Provides access to Track Changes options. This is a dependency property. |
| VisibleAuthors | Provides access to the visible reviewer’s names collection. |
See Also