-
Notifications
You must be signed in to change notification settings - Fork 9
BreadcrumbTree
Dirkster99 edited this page Sep 6, 2018
·
5 revisions
The BreadcrumbTree control inherits from the standard .Net TreeView control. It is used to display the path items in the Breadcrumb control.
This implementation approach supports the usage of a HierarchicalDataTemplate which is commonly used in WPF to template and display tree structured data items. Each data item in turn is displayed with the definition of a BreadcrumbItem control.
Name (Type) | Description |
---|---|
MenuItemTemplateProperty (DataTemplate) | TBD |