Back to Devexpress

RichEditControlOptionsBase.Annotations Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-4c8e7437.md

latest1.7 KB
Original Source

RichEditControlOptionsBase.Annotations Property

Provides access to options for displaying annotations in a document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public AnnotationOptions Annotations { get; }
vb
Public ReadOnly Property Annotations As AnnotationOptions

Property Value

TypeDescription
AnnotationOptions

An object that contains options for document annotations (comments and Track Changes).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Annotations
IRichEditDocumentServer

.Options .Annotations

| | RichEditDocumentServer |

.Options .Annotations

|

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace