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

HtmlEditorPasteOptionsBarStyles.PasteOptionsBar Property

Gets the style settings that define the appearance of the paste options bar within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorPasteOptionsBarStyle PasteOptionsBar { get; }

Property Value

Type Description
HtmlEditorPasteOptionsBarStyle

A HtmlEditorPasteOptionsBarStyle object that contains style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to PasteOptionsBar
ASPxHtmlEditor
.StylesPasteOptionsBar.PasteOptionsBar
HtmlEditorSettings
.StylesPasteOptionsBar.PasteOptionsBar
MVCxHtmlEditor
.StylesPasteOptionsBar.PasteOptionsBar
See Also