Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 2.22 KB

File metadata and controls

29 lines (18 loc) · 2.22 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)