Back to Devexpress

RichEditControl.SelectionRTF Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-c52c33e1.md

latest1.3 KB
Original Source

RichEditControl.SelectionRTF Property

Gets the formatted text of the selected range.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public string SelectionRTF { get; }
vb
Public ReadOnly Property SelectionRTF As String

Property Value

TypeDescription
String

A string containing the text of the selected range in RTF format.

|

Remarks

To get the plain text of the selection, use the RichEditControl.Selection property.

See Also

Selection

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace