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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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