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