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