NavigationModel Class Members
The following tables list the members exposed by NavigationModel.
Public Properties
Name | Description | |
---|---|---|
Items | Gets the collection of navigation items in the NavigationModel. | |
RootItem | Gets the root item of the NavigationModel. | |
ViewAppNavigationModel | Gets the underlying NavigationModel of the ViewApp. |
Public Methods
Name | Description | |
---|---|---|
GetContentInHierarchy | Retrieves the content available under the navigation hierarchy path, based on the the given filter options. | |
GetItemBypath | Gets the NavigationItem for the given navigation hierarchy path. | |
Search | Searches for the navigation item whose name, title or path matches the search string and returns the selection. |
Protected Methods
Name | Description | |
---|---|---|
OnNavigationModelChangedEvent | Notifies that the collection has changed. |
Public Events
Name | Description | |
---|---|---|
NavigationModelChanged | NavigationModelChanged Event |
See Also