Back to Devexpress

CommentOptions Class

officefileapi-devexpress-dot-xtrarichedit-ce3a92cd.md

latest2.1 KB
Original Source

CommentOptions Class

Contains options for displaying the comments in a document.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(false)]
public class CommentOptions :
    RichEditAnnotationOptionsBase
vb
<ComVisible(False)>
Public Class CommentOptions
    Inherits RichEditAnnotationOptionsBase

The following members return CommentOptions objects:

Remarks

An instance of the CommentOptions class is accessible via the RichEditControlOptionsBase.Comments property of a RichEditDocumentServer.Options and RichEditControl.Options

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DevExpress.XtraRichEdit.RichEditAnnotationOptionsBase CommentOptions

See Also

CommentOptions Members

DevExpress.XtraRichEdit Namespace