ASPxHtmlEditorHtmlEditingSettings.EnablePasteOptions Property
Gets or sets whether the paste options bar is available for end-users.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EnablePasteOptions |
---|---|---|
ASP.NET MVC Extensions | HtmlEditorBinderSettings |
|
HtmlEditorSettings |
|
|
ASP.NET Web Forms Controls | ASPxHtmlEditor |
|
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.
To learn more, see the Paste Formatting topic.
See Also