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

BootstrapToolbarMenuItemCollection(BootstrapToolbarItemBase) Constructor

Initializes a new instance of the BootstrapToolbarMenuItemCollection class with the specified root item.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapToolbarMenuItemCollection(
    BootstrapToolbarItemBase item
)

Parameters

Name Type Description
item BootstrapToolbarItemBase

A BootstrapToolbarItemBase object that owns the created object.

See Also