Skip to content

DevExpress-Examples/wpf-richedit-bind-richeditcontrol-to-text-in-different-formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rich Text Editor for WPF - Implement a Converter to Bind RichEditControl to the Text in Different Formats

This example demonstrates how you can establish data binding with the RichEditControl.

The code in this example uses the ContentToPlainTextConverter class to bind standard TextControl to the RichEditControl, so the TextControl reflects text modifications of the document loaded in the RichEditControl.

The BarManager component is added to enable the hover menu feature of the RichEditControl.

Files to Review