Skip to main content

DXRichEditCommentOptions Members

Provides the options for displaying the comments in a document.

Constructors

Name Description
DXRichEditCommentOptions() Initializes a new instance of the DXRichEditCommentOptions class with the default settings.

Fields

Name Description
AuthorProperty static Identifies the DXRichEditCommentOptions.Author dependency property.
ColorProperty static Identifies the DXRichEditCommentOptions.Color dependency property.
HighlightCommentedRangeProperty static Identifies the DXRichEditCommentOptions.HighlightCommentedRange dependency property.
ShowAllAuthorsProperty static Identifies the DXRichEditCommentOptions.ShowAllAuthors dependency property.
VisibilityProperty static Identifies the DXRichEditCommentOptions.Visibility dependency property.

Properties

Name Description
Author Gets or sets the default comment’s author. This is a dependency property.
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.
HighlightCommentedRange Gets or sets whether the commented document ranges are highlighted. This is a dependency property.
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