Skip to main content

RichTextBrick.RtfText Property

Specifies the RTF content of the RichTextBrick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public string RtfText { get; set; }

Property Value

Type Description
String

A String value.

See Also