Skip to main content

MVCxMenuItem Constructors

Represents an individual menu item within the Menu.
Name Parameters Description
MVCxMenuItem() none Initializes a new instance of the MVCxMenuItem class with default settings.
MVCxMenuItem(String, String, String, String, String) text, name, imageUrl, navigateUrl, target Initializes a new instance of the MVCxMenuItem class with the specified settings.
MVCxMenuItem(String, String, String, String) text, name, imageUrl, navigateUrl Initializes a new instance of the MVCxMenuItem class with the specified settings.
MVCxMenuItem(String, String, String) text, name, imageUrl Initializes a new instance of the MVCxMenuItem class with the specified settings.
MVCxMenuItem(String, String) text, name Initializes a new instance of the MVCxMenuItem class with the specified settings.
MVCxMenuItem(String) text Initializes a new instance of the MVCxMenuItem class with the specified setting.
See Also