Document.Text Property
In This Article
Gets or sets the document's text (plain text).
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#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