RichEditControl.Selection Property
Gets the plain 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 with text contained in the selection range. |
Remarks
To get the formatted text of the selection, use the RichEditControl.SelectionRTF property.
See Also