Skip to main content

RichEditControl.MhtText Property

Gets or sets the control's content as MHT text.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

[Browsable(false)]
[Bindable(true)]
public string MhtText { get; set; }

#Property Value

Type Description
String

A string containing text in MHT format.

#Remarks

Use the Document.MhtText when operating at the document level, or the SubDocument.GetMhtText to retrieve a document range in MHT format.

#Implements

See Also