HtmlEditorContextMenuItemCollection.Add() Method
In This Article
Adds a new context menu item to the end of the collection and returns the newly created object.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorContextMenuItem Add()
#Returns
Type | Description |
---|---|
Html |
An Html |
#Remarks
Use the Add method to add a new context menu item with the default settings to the HtmlEditorContextMenuItemCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added item.
See Also