Back to Devexpress

ClipboardOptions.AllowHtmlFormat Property

corelibraries-devexpress-dot-export-dot-clipboardoptions-a799a4f2.md

latest1.9 KB
Original Source

ClipboardOptions.AllowHtmlFormat Property

Gets or sets whether copying data in HTML format is enabled.

Namespace : DevExpress.Export

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowHtmlFormat { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowHtmlFormat As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A value that specifies whether copying data in HTML format is enabled. The Default value is equivalent to DefaultBoolean.True.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

The AllowHtmlFormat option is in effect if the ClipboardOptions.ClipboardMode property is set to Formatted. See Clipboard - Copy and Paste Operations. Data Formatting to learn more.

See Also

Clipboard

ClipboardOptions Class

ClipboardOptions Members

DevExpress.Export Namespace