RichEditCommentVisibility Enum
Lists values specifying the visibility of comments.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Auto
|
Comment visibility is determined automatically. |
Visible
|
Comments are always visible. |
Hidden
|
Comments are always hidden. |
Related API Members
The following properties accept/return RichEditCommentVisibility values:
Library | Related API Members |
---|---|
WPF Controls | DXRichEditCommentOptions.Visibility |
Office File API | CommentOptions.Visibility |
Remarks
Use the CommentOptions.Visibility property to specify the visibility of comments.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the RichEditCommentVisibility enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.