Skip to main content
All docs
V19.2

HtmlEditorPasteOptionsBarStyle.GutterBackgroundImage Property

This property is not in effect for the HtmlEditorPasteOptionsBarStyle class.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override BackgroundImage GutterBackgroundImage { get; }

Property Value

Type
BackgroundImage

Property Paths

You can access this nested property as listed below:

Object Type Path to GutterBackgroundImage
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.GutterBackgroundImage

Remarks

The property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also