Skip to main content

RichEditControl.PlainText Property

OBSOLETE

Please use the Text property instead.

Gets the plain text content of the control. Use the Text property instead.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

[Obsolete("Please use the Text property instead.")]
[Browsable(false)]
public string PlainText { get; }

Property Value

Type Description
String

A string, containing the document’s unformatted text.

See Also