Skip to main content

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

NuGet Package: 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