Skip to main content

XRRichTextBase.Rtf Property

Gets or sets the text of the XRRichTextBase control, including all the Rich Text Format (RTF) codes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
[DefaultValue("")]
public virtual string Rtf { get; set; }

Property Value

Type Default Description
String String.Empty

A String value which represents the control’s text in RTF format.

Remarks

This property is overridden in descendants of the XRRichTextBase class.

See Also