-
Notifications
You must be signed in to change notification settings - Fork 9
BreadcrumbTreeItemViewModel
Dirkster99 edited this page Sep 6, 2018
·
1 revision
- BreadcrumbTreeItemViewModel.cs inherits from IBreadcrumbTreeItemViewModel
This class implements the viewmodel that drives each non-root BreadcrumbTreeItem in the hierarchy of the BreadcrumbTree.
-
All
This property contains all child items that should be displayed below the BreadcrumbTreeItem that is bound to (this) viewmodel root item that drives the viewmodel that drives each non-root BreadcrumbTreeItem in the tree.
-
Selection
TBD