ModernMenuItem Class |
Namespace: Hummingbird.UI
The ModernMenuItem type exposes the following members.
Name | Description | |
---|---|---|
ModernMenuItem |
Initializes a new instance of the ModernMenuItem class.
|
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
|
Name | Description | |
---|---|---|
HeaderProperty |
The header property
| |
IsSelectedProperty |
The is selected property
| |
ItemsProperty |
The items property
|