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

BootstrapToolbarMenuItemCollection.Add() Method

Adds a new toolbar menu item to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public BootstrapToolbarMenuItem Add()

Returns

Type Description
BootstrapToolbarMenuItem

A BootstrapToolbarMenuItem object representing the newly created toolbar menu item.

See Also