Back to Devexpress

DXRichEditAnnotationOptions.CommentsOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditannotationoptions-909ba846.md

latest1.5 KB
Original Source

DXRichEditAnnotationOptions.CommentsOptions Property

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

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DXRichEditCommentOptions CommentsOptions { get; set; }
vb
Public Property CommentsOptions As DXRichEditCommentOptions

Property Value

TypeDescription
DXRichEditCommentOptions

An object that contains comment options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CommentsOptions
RichEditControl

.AnnotationOptions .CommentsOptions

|

See Also

DXRichEditAnnotationOptions Class

DXRichEditAnnotationOptions Members

DevExpress.Xpf.RichEdit Namespace