BootstrapToolbarItem Constructors
Implements the toolbar item functionality.Name | Parameters | Description |
---|---|---|
BootstrapToolbarItem() | none | Initializes a new instance of the BootstrapToolbarItem class with default settings. |
BootstrapToolbarItem(String, String, String) | text, name, iconCssClass | Initializes a new instance of the BootstrapToolbarItem class with the specified name, text and icon. |
BootstrapToolbarItem(String, String) | text, name | Initializes a new instance of the BootstrapToolbarItem class with the specified name and text. |
BootstrapToolbarItem(String) | text | Initializes a new instance of the BootstrapToolbarItem class with the specified text. |
See Also