Skip to main content

ToolbarDropDownMenu.Items Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public ToolbarMenuItemCollection Items { get; }

#Property Value

Type Description
ToolbarMenuItemCollection

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

See Also