Back to Devexpress

RichEditControl.CommentOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-d592b857.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public DXRichEditCommentOptions CommentOptions { get; set; }
vb
<Browsable(False)>
Public Property CommentOptions As DXRichEditCommentOptions

Property Value

TypeDescription
DXRichEditCommentOptions

A DXRichEditCommentOptions object which holds the comment options.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace