Skip to main content
A newer version of this page is available. .

ToolbarMenuItem Class

An individual item of the ToolbarDropDownMenu.Items collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class ToolbarMenuItem :
    ToolbarCustomItem

Remarks

The ToolbarMenuItem instance can be accessed via the Collection<T>.Item property of a ToolbarMenuItemCollection.

See Also