Skip to main content

IRichEditDocumentServer.RtfText Property

Gets or sets the formatted text content of the document.

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

string RtfText { get; set; }

Property Value

Type Description
String

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

See Also