Skip to main content
A newer version of this page is available. .
Tab

NavBarItem Constructors

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