BootstrapMenuItem Constructors
Represents an individual menu item within menu controls.Name | Parameters | Description |
---|---|---|
BootstrapMenuItem() | none | Initializes a new instance of the BootstrapMenuItem class with default settings. |
BootstrapMenuItem(String, String, String, String, String) | text, name, iconCssClass, navigateUrl, target | Initializes a new instance of the BootstrapMenuItem class with specified settings. |
BootstrapMenuItem(String, String, String, String) | text, name, iconCssClass, navigateUrl | Initializes a new instance of the BootstrapMenuItem class with specified settings. |
BootstrapMenuItem(String, String, String) | text, name, iconCssClass | Initializes a new instance of the BootstrapMenuItem class with specified settings. |
BootstrapMenuItem(String, String) | text, name | Initializes a new instance of the BootstrapMenuItem class with specified settings. |
BootstrapMenuItem(String) | text | Initializes a new instance of the BootstrapMenuItem class with specified text. |
See Also