BootstrapToolbarMenuItemCollection(BootstrapToolbarItemBase) Constructor
Initializes a new instance of the BootstrapToolbarMenuItemCollection class with the specified root item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BootstrapToolbarItemBase | A BootstrapToolbarItemBase object that owns the created object. |
See Also