Skip to main content

XRRichTextBoxBase.Rtf Property

For internal use. Gets or sets the text of the XRRichTextBoxBase 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

public override string Rtf { get; set; }

Property Value

Type Description
String

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

See Also