ModernMenuItem Properties |
The ModernMenuItem type exposes the following members.
Name | Description | |
---|---|---|
ContentType |
A subtype of ModernContent, represents the content of this menu item. Hummingbird UI uses MVVM techniques to manage Menu and the instantiation of the content. To increases the performance, once the view is instantiated, it will be cached.
| |
Header |
Header of the UI, the text to be shown.
| |
IsSelected |
If the current menu item is selected.
| |
Items |
Sub menu items of the current MenuItem.
| |
Key |
Identifier of the MenuItem. The Key is used especially to navigate to
|