Back to Devexpress

ToolbarDropDownMenu.Items Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-toolbardropdownmenu.md

latest1.3 KB
Original Source

ToolbarDropDownMenu.Items Property

Gets the collection of items displayed within the menu’s dropdown window.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public ToolbarMenuItemCollection Items { get; }
vb
Public ReadOnly Property Items As ToolbarMenuItemCollection

Property Value

TypeDescription
ToolbarMenuItemCollection

A ToolbarListEditItemCollection instance representing the collection of items in the menu.

|

See Also

HTML Editor

ToolbarDropDownMenu Class

ToolbarDropDownMenu Members

DevExpress.Web.ASPxHtmlEditor Namespace