RichEditControl.Text Property
In This Article
Gets or sets the plain text content of the control.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string, containing the document's unformatted text. |
#Remarks
This property can be used to get the plain text displayed in the RichEditControl.
See Also