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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

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

Property Value

Type Description
DXRichEditCommentOptions

A DXRichEditCommentOptions object which holds the comment options.

See Also