wpf-devexpress-dot-xpf-dot-richedit-0d820b20.md
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
public class DXRichEditAnnotationOptions :
DXRichEditOptionsBase<AnnotationOptions>
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
<dxre:RichEditControl.AnnotationOptions>
<dxre:DXRichEditAnnotationOptions Author="Anne Dodsworth" ShowAllAuthors="False">
<dxre:DXRichEditAnnotationOptions.TrackChangesOptions>
Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<AnnotationOptions> DXRichEditAnnotationOptions
See Also