BootstrapToolbarMenuItemCollection Constructors
Represents a collection that maintains toolbar menu items.| Name | Parameters | Description |
|---|---|---|
| BootstrapToolbarMenuItemCollection() | none | Initializes a new instance of the BootstrapToolbarMenuItemCollection class with default settings. |
| BootstrapToolbarMenuItemCollection(BootstrapToolbarItemBase) | item | Initializes a new instance of the BootstrapToolbarMenuItemCollection class with the specified root item. |
See Also