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