Skip to main content

RichEditDocumentServer.Text Property

Gets or sets the plain text content of the document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v25.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A string, containing the document’s unformatted text.

Remarks

The SubDocument.GetText method allows you to retrieve the specified range in plain text format. Use the Document.Text property to retrieve the document’s unformatted content.

Implements

See Also