Back to Devexpress

HtmlEditorSettings.ContextMenuItems Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-htmleditorsettings.md

latest1.6 KB
Original Source

HtmlEditorSettings.ContextMenuItems Property

Gets the collection of items displayed within the editor’s context menu.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public HtmlEditorContextMenuItemCollection ContextMenuItems { get; }
vb
Public ReadOnly Property ContextMenuItems As HtmlEditorContextMenuItemCollection

Property Value

TypeDescription
HtmlEditorContextMenuItemCollection

An HtmlEditorContextMenuItemCollection object that is the collection of the context menu items.

|

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

HTML Editor

HtmlEditorSettings Class

HtmlEditorSettings Members

DevExpress.Web.Mvc Namespace