Skip to main content

RichEditControl.Selection Property

Gets the plain text of the selected range.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public string Selection { get; }

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