Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorHtmlEditingSettings.EnablePasteOptions Property

Gets or sets whether the paste options bar is available for end-users.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(false)]
public bool EnablePasteOptions { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable paste oiptions; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnablePasteOptions
ASPxHtmlEditor
.SettingsHtmlEditing.EnablePasteOptions
HtmlEditorBinderSettings
.HtmlEditingSettings.EnablePasteOptions
HtmlEditorSettings
.SettingsHtmlEditing.EnablePasteOptions
MVCxHtmlEditor
.SettingsHtmlEditing.EnablePasteOptions

Remarks

ASPxHtmlEditor automatically formats pasted HTML content based on the ASPxHtmlEditorHtmlEditingSettings.PasteMode property.

Set the EnablePasteOptions property to true to allow end-users to change the format of the pasted HTML content using buttons which appear in the top right corner of the design area after content is pasted.

PasteOptionsBar

To learn more, see the Paste Formatting topic.

See Also