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

RichEditControl.Selection Property

Gets the plain text of the selected range.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

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