Skip to main content

Document.Text Property

Gets or sets the document's text (plain text).

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

string Text { get; set; }

#Property Value

Type Description
String

A string value that specifies the text of the document.

#Remarks

The text is displayed using default formatting.

See Also