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

HtmlEditorContextMenuItem Class

Denotes an individual context menu item within the ASPxHtmlEditor control.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorContextMenuItem :
    CollectionItem

Remarks

The HtmlEditorContextMenuItem class implements the functionality of an individual context menu item within the ASPxHtmlEditor control. Instances of the HtmlEditorContextMenuItem class are maintained within the ASPxHtmlEditor.ContextMenuItems collection. Individual menu items can be accessed and manipulated (added or deleted) by using the means provided by the HtmlEditorContextMenuItemCollection class, which is exposed via these ContextMenuItems properties.

HtmlEditor_ContextMenuOv

Use the properties of the HtmlEditorContextMenuItem class to specify the appearance and behavior of an individual item.

Note

Some browsers (e.g., Firefox, Chrome) do not allow scripts to work with the clipboard for security reasons. Therefore, the Cut, Copy, and Paste items are removed from the context menu for these browsers.

Inheritance

Object
StateManager
CollectionItem
HtmlEditorContextMenuItem
See Also