DXRichEditAnnotationOptions Members
Contains options for document annotations (comments and Tracked Changes).Constructors
| Name | Description |
|---|---|
| DXRichEditAnnotationOptions() | Initializes a new DXRichEditAnnotationOptions object with default settings. |
Fields
| Name | Description |
|---|---|
| AuthorProperty static | Identifies the Author dependency property. |
| CommentsOptionsProperty static | Identifies the DXRichEditAnnotationOptions.CommentsOptions dependency property. |
| ShowAllAuthorsProperty static | Identifies the DXRichEditAnnotationOptions.ShowAllAuthors dependency property. |
| TrackChangesOptionsProperty static | Identifies the DXRichEditAnnotationOptions.TrackChangesOptions dependency property. |
Properties
| Name | Description |
|---|---|
| Author | Specifies the annotations’ author. |
| CommentsOptions | Gets or sets options for displaying comments in a document. This is a dependency property. |
| 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