Skip to main content
A newer version of this page is available. .

RichEditControl.CommentOptions Property

Gets or sets the options for displaying comments in the document. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public DXRichEditCommentOptions CommentOptions { get; set; }

Property Value

Type Description
DXRichEditCommentOptions

A DXRichEditCommentOptions object which holds the comment options.

See Also