Skip to content

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.

Dependency Properties

Name (Type) Description
MenuItemTemplateProperty (DataTemplate) TBD

Screenshot