Skip to main content

ToolbarMenuItem Class

An individual item of the ToolbarDropDownMenu.Items collection.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public class ToolbarMenuItem :
    ToolbarCustomItem

#Remarks

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

See Also