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