Skip to main content

RichEditControl.Text Property

Gets or sets the plain text content of the control.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public string Text { get; set; }

#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.

#Implements

See Also