ClipboardOptions.AllowHtmlFormat Property
In This Article
Gets or sets whether copying data in HTML format is enabled.
Namespace: DevExpress.Export
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowHtmlFormat { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | A value that specifies whether copying data in HTML format is enabled. The Default value is equivalent to Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#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