DataFormatOptions.AllowHtml Property
OBSOLETE
This property has become obsolete. Use the 'Html' property instead.
Gets or sets whether to copy HTML content.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(false)]
[Obsolete("This property has become obsolete. Use the 'DevExpress.XtraRichEdit.DataFormatOptions.Html' property instead.", false)]
public bool AllowHtml { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | True to allow users to copy HTML content; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowHtml |
---|---|
RichEditControlOptionsBase |
|
Remarks
Set the AllowHtml property to true to allow HTML content in the Clipboard. Use the DataFormatOptions.HtmlImageSourceType property to specify whether images are encoded and embedded in HTML markup or extracted as files to the DataFormatOptions.HtmlImagePath location.
See Also