Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to PasteOptionsBar
ASP.NET MVC Extensions HtmlEditorSettings
.StylesPasteOptionsBar .PasteOptionsBar
ASP.NET Web Forms Controls ASPxHtmlEditor
.StylesPasteOptionsBar .PasteOptionsBar
See Also