Skip to main content

RichEditControlOptionsBase.Comments Property

Provides access to options for displaying comments in the document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public CommentOptions Comments { get; }

Property Value

Type Description
CommentOptions

A CommentOptions value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Comments
IRichEditDocumentServer
.Options .Comments
RichEditDocumentServer
.Options .Comments
See Also