BootstrapCardViewToolbarMenuItem Constructors
An individual item within a Card View toolbar item’s drop-down menu.Name | Parameters | Description |
---|---|---|
BootstrapCardViewToolbarMenuItem() | none | Initializes a new instance of the BootstrapCardViewToolbarMenuItem class with default settings. |
BootstrapCardViewToolbarMenuItem(String, String, String) | text, name, iconCssClass | Initializes a new instance of the BootstrapCardViewToolbarMenuItem class with the specified name, text and icon. |
BootstrapCardViewToolbarMenuItem(String, String) | text, name | Initializes a new instance of the BootstrapCardViewToolbarMenuItem class with the specified name and text. |
BootstrapCardViewToolbarMenuItem(String) | text | Initializes a new instance of the BootstrapCardViewToolbarMenuItem class with the specified text. |
See Also