Skip to main content
A newer version of this page is available. .

RichEditControl.SelectionRTF Property

Gets the formatted text of the selected range.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public string SelectionRTF { get; }

Property Value

Type Description
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