Back to Devexpress

DXRichEditAnnotationOptions Class

wpf-devexpress-dot-xpf-dot-richedit-0d820b20.md

latest2.6 KB
Original Source

DXRichEditAnnotationOptions Class

Contains options for document annotations (comments and Tracked Changes).

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public class DXRichEditAnnotationOptions :
    DXRichEditOptionsBase<AnnotationOptions>
vb
Public Class DXRichEditAnnotationOptions
    Inherits DXRichEditOptionsBase(Of AnnotationOptions)

The following members return DXRichEditAnnotationOptions objects:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DXRichEditAnnotationOptions class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-richedit-manage-tracked-changes/CS/DXRichEdit_TrackChanges/MainWindow.xaml#L12

xml
<dxre:RichEditControl.AnnotationOptions>
    <dxre:DXRichEditAnnotationOptions Author="Anne Dodsworth" ShowAllAuthors="False">
        <dxre:DXRichEditAnnotationOptions.TrackChangesOptions>

Inheritance

Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<AnnotationOptions> DXRichEditAnnotationOptions

See Also

DXRichEditAnnotationOptions Members

DevExpress.Xpf.RichEdit Namespace