HtmlEditorContextMenuItem Class
Denotes an individual context menu item within the ASPxHtmlEditor control.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return HtmlEditorContextMenuItem objects:
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.
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.