HtmlEditorSettings.ContextMenuItems Property
In This Article
Gets the collection of items displayed within the editor’s context menu.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorContextMenuItemCollection ContextMenuItems { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#Remarks
Use the ContextMenuItems property to access a collection of context menu items within the HtmlEditor. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
See Also