Back to Devexpress

RichEditControl.PlainText Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-9721a3da.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Obsolete("Please use the Text property instead.")]
[Browsable(false)]
public string PlainText { get; }
vb
<Obsolete("Please use the Text property instead.")>
<Browsable(False)>
Public ReadOnly Property PlainText As String

Property Value

TypeDescription
String

A string, containing the document’s unformatted text.

|

See Also

Text

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace