Skip to main content

RichEditControl.RtfText Property

Gets or sets the formatted text content of the control.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

[Browsable(false)]
[Bindable(true)]
public string RtfText { get; set; }

#Property Value

Type Description
String

A string, containing the document's content in rich text format.

#Remarks

Use this property to display a string of RTF text by means of RichEditControl.

#Implements

See Also