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

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.v19.1.dll

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