Represents a RTF-to-Content format converter associated with a binding.
Namespace:DevExpress.Xpf.RichEdit
Assembly:DevExpress.Xpf.RichEdit.v19.2.dll

Syntax
C# |
public class RtfToContentConverter : SpecificFormatToContentConverter
|
VB |
Public Class RtfToContentConverter Inherits SpecificFormatToContentConverter
|

Remarks
Implements the System.Windows.Data.IValueConverter interface and allows conversion from RTF format to the control's content.
See the ContentToPlainTextConverter topic for more information.

Inheritance Hierarchy
System.Object
SpecificFormatToContentConverter
RtfToContentConverter

See Also