RichEditControl.SelectionRTF Property
Gets the formatted text of the selected range.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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