Back to Devexpress

ContentToRtfConverter Class

wpf-devexpress-dot-xpf-dot-richedit-2c0d8d1f.md

latest1.5 KB
Original Source

ContentToRtfConverter Class

A Content-to-RTF converter associated with a binding.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[ValueConversion(typeof(RichEditDocumentContent), typeof(string))]
public class ContentToRtfConverter :
    ContentToSpecificFormatConverter
vb
<ValueConversion(GetType(RichEditDocumentContent), GetType(String))>
Public Class ContentToRtfConverter
    Inherits ContentToSpecificFormatConverter

Remarks

Implements the IValueConverter interface and allows conversion from the control’s content to RTF format.

See the ContentToPlainTextConverter topic for more information.

Inheritance

Object ContentToSpecificFormatConverter ContentToRtfConverter

See Also

ContentToRtfConverter Members

DevExpress.Xpf.RichEdit Namespace