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

HtmlEditorContextMenuItem.Image Property

Gets the settings of an image displayed by the context menu item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public MenuItemImageProperties Image { get; }

Property Value

Type Description
MenuItemImageProperties

A MenuItemImageProperties object that contains image settings.

See Also